Posted by
{% if AUTHORS_SAVE_AS %}
{{ article.author }}
{% else %}
{{ article.author }}
{% endif %}
{% include '_includes/article_time.html' %}
{{ article.category }}
{% if article.tags %}
{% for tag in article.tags %}
{{ tag }}{% if not loop.last %},{% endif %}
{% endfor %}
{% endif %}