{% autoescape false %}{{ journal["CONTENT"] }}{% endautoescape %}

{{ journal["TITLE"] }}

{% autoescape false %}{{ journal["CONTENT"] }}{% endautoescape %}
Mentions
{% for user in journal["MENTIONS"] %} {{ user }} {% endfor %} {% if not journal["MENTIONS"] %} No mentions {% endif %}
{% if comments %}{% include "comments.html" %}{% endif %}