{% from "macros/title.html" import title_tag with context %} {{ title_tag("Admin") }} {% for private_style in private_styles %} {% endfor %}

{{ app_name }}: Admin

{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% block content %}{% endblock %}