◆ {{ app_title }}
{% if is_admin %}
Admin
{% endif %} {% if username %}
{{ username }}
{% endif %}
{% block content %}{% endblock %}