{{ article.title }} #
- {{ article.stats['read_mins']*1.5|round|int }} min. read Flesch-Kincaid reading ease: {{ article.stats['fi']|int }}
- {% if article.modified %} {% endif %}
This post is part {{ article.series.index }} of the "{{ article.series.name }}" series:
-
{% for part_article in article.series.all %}
- {{ part_article.title }} {% endfor %}
{% if article.category %}
Category
{% endif %} {% if article.tags %}Tags
{% endif %}
{% if article.category %}
{% endif %}
{% if article.tags %}
{% for tag in article.tags %} {{ tag }} {% endfor %}
{% endif %}