summaryrefslogtreecommitdiff
path: root/template/schemafuzz.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/schemafuzz.html.j2')
-rw-r--r--template/schemafuzz.html.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/template/schemafuzz.html.j2 b/template/schemafuzz.html.j2
new file mode 100644
index 00000000..d4bb2770
--- /dev/null
+++ b/template/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 %}