{% extends "layout.html" %} {% from "FormMacros.html" import render_control, render_button %} {% block content %}

Create a comment on: {{Title}}

Please submit your comment by filling in the form below and clicking "Submit'.

{{ form.hidden_tag() }} {{ render_control(form.title,Label="Comment Title") }} {{ render_control(form.body, Label="Comment Text") }} {{ render_button("submit","Submit") }}
{% endblock %}