{# this template is included by page.html #}
by {{ comment.author|e }}, written on {{ comment.pub_date|datetimeformat }} | #
by {{ preview.author|e }}, written on {{ preview.pub_date|datetimeformat }} | #
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.
{{ comment.title|e }} {{ comment.parsed_comment_body }}
by {{ comment.author|e }}, written on {{ comment.pub_date|datetimeformat }} | #