{% include "navbar.html" %}
{% autoescape false %}{{ journal.CONTENT }}{% endautoescape %}

{{ journal.TITLE }}

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 %}