{{post.title}}
{% if post.content_html %}
{{ post.content_html | safe }}
{% elif post.content_text %}
{{ post.content_text }}
{% endif %}
{{ post.content_text }}
{% endif %}
{% trans "Comments" %}
{% for comment in comments %} {% include "comment.html" %} {% endfor %}