{% block favicon %} {% endblock %} {% import 'macros.imp.j2' as macros %} {% block header %} Δ{{ request.host }} {% 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 %}