{% block favicon %} {% endblock %} {% import 'macros.imp.j2' as macros %} {% block header %} {% set do_bold = request.blueprint not in g.header_items|map(attribute='parent') %} Δ{{ request.host }} {% for x in g.header_items|sort(attribute="priority", reverse=true) %} {{ x.name }} {% endfor %} {% if current_user.is_anonymous %} log in or sign up {% else %} {{ current_user.name }} (log out) {% endif %}
{% endblock %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}
{% block content %}

{{ self.title() }}

{% endblock %}
{% block footer %}{% endblock %}