{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}This is an example page{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Hello, Bootstrap

{{ wtf.quick_form(form) }}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}