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