summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-09-18 12:02:53 +0200
committerChristian Grothoff <christian@grothoff.org>2018-09-18 12:03:02 +0200
commit85a88c5bf0f3d89a8e9cfbca80a287e3e4ee8ca8 (patch)
treeb2245c641064b2e5c0214f8972adae96d458d93b
parent88a15e977b094e6bf37feed1317626551bdf73ae (diff)
downloadwww-85a88c5bf0f3d89a8e9cfbca80a287e3e4ee8ca8.tar.gz
www-85a88c5bf0f3d89a8e9cfbca80a287e3e4ee8ca8.tar.bz2
www-85a88c5bf0f3d89a8e9cfbca80a287e3e4ee8ca8.zip
skeleton
-rw-r--r--schemafuzz.html.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/schemafuzz.html.j2 b/schemafuzz.html.j2
new file mode 100644
index 00000000..d4bb2770
--- /dev/null
+++ 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 %}