{% if request.path == '/' %} {% block carousel %} {% endblock carousel %} {% endif %}

{% if page_title %}

{{ page_title }}

{% endif %}
{% for queue in ['', 'info', 'success', 'warning', 'danger'] %} {% for message in request.session.pop_flash(queue) %}
{{ message }}
{% endfor %} {% endfor %}
{% block content %}

No content

{% endblock content %}