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