{% tailwind_css %} {% htmx_js %} {% block header_scripts %}{% endblock %}
{% block header %}
{% block image %} {% if image %} {{ image.alt }} {% endif %} {% endblock %}

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

{% if description %}

{{ description }}

{% endif %}
{% 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 %}