summaryrefslogtreecommitdiff
path: root/template/schemafuzz.html.j2
blob: 2908ed6afe488c3a2dcb79e2f08eb05298e3aec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 %}