{% include "base/head.html" %} {% block addl_head %} {% endblock addl_head %} {% import "base/macros.html" as macros %}
Skip to main content {% block header %} {% include "base/header.html" %} {% endblock header %}
{% with messages = get_alerts() -%} {% if messages -%} {%- endif %} {%- endwith %} {% block content %} {% endblock content %}