{% include "navbar.html" %}
{% if journal.HEADER %}
{% autoescape false %}{{ journal.HEADER }}{% endautoescape %}
{% endif %} {% if journal.HEADER_BBCODE != None %}
{% autoescape false %}{{ journal.HEADER_BBCODE.replace("\n", "
") }}{% endautoescape %}
{% endif %} {% if journal.CONTENT_BBCODE != None %}
{% autoescape false %}{{ journal.CONTENT_BBCODE.replace("\n", "
") }}{% endautoescape %}
{% endif %}
{% autoescape false %}{{ journal.CONTENT }}{% endautoescape %}
{% if journal.FOOTER %} {% endif %} {% if journal.FOOTER_BBCODE != None %} {% endif %}

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