{% from "security/_macros.html" import render_field_with_errors, render_field %} {% include "security/_messages.html" %} {% import "bootstrap/wtf.html" as wtf %}

Register

{{ form.hidden_tag() }} {{ wtf.form_field(form.username) }} {{ wtf.form_field(form.email) }} {{ wtf.form_field(form.password) }}