{{ post.title }}

    {% if post.author %}
  • {{ post.author }}
  • {% endif %}
  • {{ post.published_date|date:'M d Y' }}
  • Просмотров {{ post.viewed }}
  • {{ post.category }}
  • {{ post.comments_set.all.count }} Comments

{{ post.text|safe }}