{% if post.image %} {{ post.image.captions }} {% else %} {% endif %}
    {% if post.author %}
  • {{ post.author }}
  • {% endif %}
  • {{ post.published_date|date:"d M, Y" }}
  • {{ post.viewed }} Просмотров
  • {{ post.comments_set.all.count }} Комментариев
{# #}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{{ post.text|safe }}