{% extends "html/base.html" %} {% block body %}
{% if banner_html %}
{{ banner_html }}
{% endif %}
{% include "html/navbar.html" %}
{% block content %} {% endblock %}
{% include "html/footer.html" %} {% endblock %}