{% autoescape false %}{{ journal.CONTENT }}{% endautoescape %}
{{ journal.TITLE }}
Author
{{ journal.AUTHOR }}
Date
{{ journal.DATE.strftime("%Y-%m-%d %H:%M") }}
Mentions
{% for user in journal.MENTIONS %}
{{ user }}
{% endfor %} {% if not journal.MENTIONS %}
No mentions
{% endif %}
{% if comments %}
Comments
{{ comments|length }}
{% endif %}
{% if comments %}{% include "comments.html" %}{% endif %}
{% if comments %}
{% endif %}