{% use_elements %} {%- if title|default('') -%} {{ title }} - Plain Admin {%- else -%} Plain Admin {%- endif -%} {% tailwind_css %} {% htmx_js %} {% block header_scripts %}{% endblock %}
Plain Admin
{% block header %}
{% block image %} {% if image %} {{ image.alt }} {% endif %} {% endblock %}
{% 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 %}
{% toolbar %}