{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block content %} {% include "flash_alert.html" %}
{% block page_content %}
{{ wtf.quick_form(form) }}
{% endblock %}
{% endblock %}