{% block head %}{% endblock %}
{% if current_user %} {% endif %}
{% for cat, msg in get_flashed_messages(with_categories=True) %} {% endfor %}
{% block content %}{% endblock %} {% block scripts %}{% endblock %}