{% block head %} {% block title %}{% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% endblock head %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block content %}{% endblock content %}
{% block script %}{% endblock script %}