{% use_elements %} {%- if title|default('') -%} {{ title }} - {{ app_name }} Admin {%- else -%} {{ app_name }} Admin {%- endif -%} {% tailwind_css %} {% htmx_js %} {% block header_scripts %}{% endblock %}
{% include "admin/_header.html" %}
{% block header %} {# Breadcrumbs - small, above title #} {% if parent_view_classes or view_class.nav_section %} {% endif %} {# Title row with actions #}
{% block image %} {% if image %} {{ image.alt }} {% endif %} {% endblock %}

{% block title %}{{ title }}{% endblock %}

{# Desktop actions #} {# Mobile actions dropdown #} {% if links %}
{% endif %}
{# Description - shown below title #} {% if description %}

{{ description }}

{% endif %} {% endblock %}
{% if cards %}
{% for card in cards %} {{ render_card(card)|safe }} {% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% if is_package_installed('plaintoolbar') %} {% toolbar %} {% endif %}