{% if post.image %}
{% else %}
{% endif %}

{% for tag in post.tag.all %}
{{ tag.name }}{% if not forloop.last %},{% endif %}
{% endfor %}
{# #}
{{ post.title }}
{% if post.subtitle %}{{ post.subtitle }}
{% endif %}
{{ post.text|safe }}
{{ comment.user_name }}
{{ comment.submit_date|date:"d M Y f" }}
{{ comment.comment }}