{% extends "base.html" %} {% block title %}{{title or form.label}}{% endblock %} {% block content %}
{{form.render()}}
{% endblock %}