{%block head %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if category, messages %} {% for category, message in messages %}
{{ message |safe}}
{% endfor %} {% endif %} {% endwith %} {% block body %}{% endblock %}
{% if options is defined %}

Options

{% block options %}{% endblock %}
{% endif %}
{% block jscripts %} {% endblock %}