{% include "base/head.html" %} {% block addl_head %} {% endblock addl_head %} {% import "base/macros.html" as macros %} {% import "base/analytics_macros.html" as analytics_macros %}
{%- if config['ANALYTICS_ENABLED'] -%} {{ analytics_macros.render_analytics_noscript(config['ANALYTICS_BASE_URL'], config['ANALYTICS_SITE_ID']) }} {%- endif -%} Skip to main content {% block header %} {% include "base/header.html" %} {% endblock header %}
{% with messages = get_alerts() -%} {% if messages -%} {%- endif %} {%- endwith %} {% block content %} {% endblock content %}