{{ 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 summarise or article.metadata['summary'] or SUMMARY_MAX_LENGTH %}
{{ article.summary }}
{{ _('Continue reading') }} {% else %} {{ article.content }} {% endif %}
{% if not loop.last %}
{{ _('Continue reading') }} {% else %} {{ article.content }} {% endif %}
{% endif %}