{% extends "base.html" %} {% from "library.j2" import box, form_button %} {% block body %}
{{ config["SITE_NAME"] }}
{% block topbar_left %}{% endblock %}
{% block topbar_right %}{% endblock %}
{#- -#}
{%- for category, message in get_flashed_messages(True) -%} {%- endfor -%}
{#- -#}
{% block content %}{% endblock %}
{#- -#}
{#- -#}
{%- include "_footer.html" -%} {% endblock %}