{% block stylesheets %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=True) %} {% for category, message in messages %} {% endfor %} {% endwith %}
{% block content %}{% endblock %}
{% block fluid_content %}{% endblock %}
{% block scripts %}{% endblock scripts %}