{% block title %}{{ title }} | {{ site_title }}{% endblock %}
{% djust_asset "admin-css" %}
{% block extra_head %}{% endblock %}
{# LiveView root: a div, since the root search looks inside body; the server stamps the view path on it (#3140). #}
{% block breadcrumbs %}
{% endblock %}
{% if is_authenticated %}
{{ username }}
Log out
{% endif %}