{% load tailwind_tags version %} {% block title %}{{ site_title }}{% endblock %} {% tailwind_preload_css %} {% tailwind_css %}
{% include "theme/navigation.html" %} {% for system_warning in system_warnings %}
{{ system_warning.message }}
{% if system_warning.ignore_url %}
{% csrf_token %}
{# the button adds some undesired padding; leaving it for now #} {% endif %}
{% endfor %} {% comment %} {# for use when we introduce a notification system #}
Foo bar baz
{# heroicon's x-circle #}
{% endcomment %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}