{% extends '_nav.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %}
{% include '_nav_top.html' %}
{% if message %} {% else %} {% with errors = get_flashed_messages() %} {% if errors %} {% for err in errors %} {% endfor %} {% endif %} {% endwith %} {{ wtf.quick_form(form1) }} {% endif %}
{% endblock %}