{% import "bootstrap/wtf.html" as wtf %} {% extends "layout.html" %} {% block content %} {% include "_messages.html" %} {{ wtf.quick_form(postForm) }} {% endblock %}