{% block content %}

add a comment

{{ form.hidden_tag() }}
{{ form.comment(cols=30, rows=5)}}
{{ form.submit() }}
{% endblock %}