{{ site_branding.header_icon }} {{ site_branding.name }}
{{ site_branding.tagline }}{% if is_impersonating and admin_actor %}
Impersonating {{ current_user.username }} as admin {{ admin_actor.username }}.
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endwith %}
{% block content %}{% endblock %}