{{ article.title }}
{% if article.sub_title %}{{ article.sub_title }}
{% endif %}
{{ article.post|safe|linebreaks }}
{% if related_articles %}
{% endif %}
Комментарии ({{ article.comments_count }})
{% if user.is_authenticated %} {% else %}Чтобы оставить комментарий, войдите или зарегистрируйтесь.