{% block content %}

add a comment

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