{{ article.title }}
{% if article.author_name %}
{{ article.author_name }}
{% endif %}
{% if article.view_count is not none %}
{{ article.view_count }} views
{% endif %}
{% if article.description %}
{{ article.description }}
{% endif %}
{{ article.html_content|safe }}
Comments {{ comments.total }}
{% if current_user.is_authenticated %}Leave a Comment
{{ comment.content }}
{% if comment.replies.count() > 0 %}{{ reply.content }}