{% block head %} pyAggr3g470r{% if head_title %} - {{ head_title }}{% endif %} {% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}