{% import 'util.html' as util with context %} {% block doc -%} {%- block html %} {%- block head %} {% block title %}victims: evd{% endblock title %} {%- block metas %} {%- endblock metas %} {%- block styles %} {%- endblock styles %} {%- endblock head %}
{% block body -%} {% block navbar %} {%- endblock navbar %} {% block precontainer -%} {%- endblock precontainer %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
[{{ category.title() }}] {{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content -%} {%- endblock content %}
{% block scripts %} {%- endblock scripts %} {% block tail %}{{ util.fix_csrf() }}{% endblock %} {%- endblock body %} {%- endblock html %} {% endblock doc -%}