{% block extra_head %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %} {% set bs_cat = bootstrap_alert_category(category) %} {% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}