{{ form.hidden_tag() }}
{{ form.title }}

{% for error in form.title.errors %} {{ error }}
{% endfor %} {{ form.content }}



{{ form.submit }}