{{ article.title }}
{{ _('Posted on %(when)s in %(category)s', when=article.locale_date, category='%s'|format(SITEURL, article.category.url, article.category) |safe) }} {% if PLUGINS and 'post_stats' in PLUGINS %} • {{ _('%(minutes)s min read', minutes=article.stats['read_mins']) }} {% endif %}
{% if article.tags %} {% for tag in article.tags %}{{ tag }}{% endfor %} {% endif %}