{% load filters %}
{% if not notitle %}

{{ post.title }}

{% endif %}

{% if post.html_only %}{{ post.content|safe|linebreaksbr }}{% else %}{{ post.content|formatted|linebreaksbr }}{% endif %}