{{ article.title }} # {{ article.stats['read_mins']*1.5|round|int }} min. read Reading ease: {{ article.stats['fi']|int }} Publication date {{ article.locale_date }} {% if article.modified %} Modification date {{ article.locale_modified }} {% endif %} {% if article.series %} This post is part {{ article.series.index }} of the "{{ article.series.name }}" series: {% for part_article in article.series.all %} {{ part_article.title }} {% endfor %} {% endif %} {{ article.content }} {% if article.category %} Category {% endif %} {% if article.tags %} Tags {% endif %} {% if article.category %} {{ article.category }} {% endif %} {% if article.tags %} {% for tag in article.tags %} {{ tag }}{{"," if not loop.last }} {% endfor %} {% endif %} {% if article.share_post and article.status != 'draft' %} Share this post on Bluesky, Mastodon, Reddit or Twitter. {% endif %}