{# this template is included by page.html #}

Comments

{% for comment in comments %}

{{ comment.title|e }}

{{ comment.parsed_comment_body }}

by {{ comment.author|e }}, written on {{ comment.pub_date|datetimeformat }} | #

{% else %}
There are no user contributed notes for this page. Use the form below to attach your comment to this page.
{% endfor %} {% if preview %}

Preview — Your Comment

{{ preview.title|e }}

{{ preview.parsed_comment_body }}

by {{ preview.author|e }}, written on {{ preview.pub_date|datetimeformat }} | #

{% endif %} {% if comments_enabled %}

New Comment

{% if comments_form.error %}
{{ comments_form.error|e }}
{% endif %}
Name
E-Mail
Comment Title

You can format a comment using the following syntax elements provided:

`code` / ``code too`` / **strong** / *emphasized* / !!!important!!! / [[link_target Link Title]] / [[link_target_only]] / <code>code block with syntax highlighting</code> / <quote>some quoted text</quote>.

HTML is not supported, relative link targets are treated as quicklinks and code blocks that start with ">>>" are highlighted as interactive python sessions.

{% endif %}