{% if use_tailwind %}
{% else %}
{% endif %} {% block head %}{% endblock %}
{% if use_tailwind %} {% include 'new_header.html' %} {% else %} {% include 'header.html' %} {% endif %}
{% if message is defined %}
{{ message['text'] }}
{% endif %} {% block content %}{% endblock %}