{% load tailwind_cli %} {% block title %}hamprint — public 3D print dashboard{% endblock %} {% tailwind_css %} {% block extra_head %}{% endblock %}
{% if messages %} {% comment %} One styled card per Django messages.add_message() call. The text is rendered via {{ message|safe }} so that callers that built their string with django.utils.html.format_html() can include / markup (variables are auto-escaped by format_html). {% endcomment %}
{% for message in messages %}
{{ message|safe }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}