{% include "base/head.html" %} {% block addl_head %} {# Custom style sheets or other head includes #} {% include "base/analytics.html" %} {% endblock addl_head %} {% import "base/macros.html" as macros %}
Skip to main content
{% block header %} {% include "base/header.html" %} {% endblock header %}
{%- if request.path != "/" %} {% include "base/breadcrumbs.html" %} {% endif %}
{% block alerts %}{{ macros.alerts(get_alerts()) }}{% endblock alerts %}
{% block content %} {% endblock content %}
{% block content_extra %} {% endblock content_extra %}