{% use_elements %} {%- if title|default('') -%} {{ title }} - {{ app_name }} Admin {%- else -%} {{ app_name }} Admin {%- endif -%} {% tailwind_css %} {% htmx_js %} {% block header_scripts %}{% endblock %}
{{ app_name }} Admin
{% block header %}
{% endblock %}
{# Styled with admin.css for easier adding of elements #} {% block actions %}{% endblock %} {% for link, url in links.items() %} {{ link }} {% endfor %}
{% if cards %}
{% for card in cards %} {{ render_card(card)|safe }} {% endfor %}
{% endif %}
{% block content %}{% endblock %}