{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %} {% if form %} {{ wtf.quick_form(form) }} {% else %}