{{ _("Continue reading") }} {% endif %} {% else %} {{ article.content }} {% endif %}
{{ article.title }}
{{ _('Posted on %(when)s in %(category)s', when=article.locale_date, category='%s'|format(SITEURL, article.category.url, article.category) |safe) }} {% if article.tags and not HOME_HIDE_TAGS %} • {{ _("Tagged with") }} {% for tag in article.tags %} {{ tag }} {% if not loop.last %},{% endif %} {% endfor %} {% endif %} {% if PLUGINS and 'post_stats' in PLUGINS %} • {{ _('%(minutes)s min read', minutes=article.stats['read_mins']) }} {% endif %}
{{ _("Continue reading") }} {% endif %} {% else %} {{ article.content }} {% endif %}
{% endif %}