{{ article.title }}

{{ article.create_date }} {{ article.create_user.profile.get_screen_name }} {{ article.get_comments.count }} Comments
{{ article.get_content_as_markdown|safe }}
{% if article.tags.names %}
{% for tag in article.tags.names %} {{ tag }} {% endfor %}
{% endif %}