{% extends "base.html" %} {% block content %}

Check out the form validation!

{% from "_formhelpers.html" import render_field, render_checkbox %}
{% for field in form %} {{ render_field(field) }} {% endfor %}

{% endblock content %}