{% block toasts %} {% include "bits/toasts.html" with messages=messages %} {% endblock toasts %} {% block admin_message %}
{% if ADMIN_MESSAGE %}{{ ADMIN_MESSAGE | markdownify:"admin-alert" }}{% endif %}
{% endblock admin_message %}
{% block content %}
The page content would go here, if you had it
{% endblock %}