taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 85a88c5bf0f3d89a8e9cfbca80a287e3e4ee8ca8
parent 88a15e977b094e6bf37feed1317626551bdf73ae
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 18 Sep 2018 12:02:53 +0200

skeleton

Diffstat:
Aschemafuzz.html.j2 | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/schemafuzz.html.j2 b/schemafuzz.html.j2 @@ -0,0 +1,16 @@ +{% extends "common/base.j2" %} +{% block body_content %} +<!-- Jumbotron --> +<div class="jumbotron"> + <div class="container text-center"> + <h1>{{ _("SchemaFuzz") }}</h1> + <p> + Blah! + </p> + </div> + +</div> + +<div class="container"> +</div> +{% endblock body_content %}