{% if application_mode != 'PUBLIC' and google_analytics_token is not None %} {% include "./includes/cookie_analytics.html" %} {% endif %} {% block header %} {% endblock header %} {% block main %} {% if announcements %}
{% for announcement in announcements %} {% if announcement.show %}

{{ announcement.title }}

{{ announcement.content }}
{% endif %} {% endfor %}
{% endif %} {% endblock main %}
{% block footer %} {% include "./includes/footer.html" %} {% endblock footer %} {% block scripts %} {% endblock scripts %} {% block templates %} {% endblock templates %} {% block extra_script %} {% endblock extra_script %} {% if application_mode != 'PUBLIC' %} {% include "./includes/cookie_bar.html" %} {% endif %}