blob: 9c8cd9f8d4c65a77876ee9fcc871c9216db18313 [file] [log] [blame]
{% extends "html/base.html" %}
{% block body %}
<header>
</header>
<div class="container">
<div class="outer">
{% include "html/navbar.html" %}
<div class="content row" id="page-{{ name }}" style="display: block;">
{% block content %}
{% endblock %}
</div>
</div>
</div>
{% include "html/footer.html" %}
{% endblock %}