{{ this.body }}
{% if this.external_url %}
Visit project →
{% endif %}
{% elif this.parent._id == 'articles' %}
{% set article_word_count = this.body|striptags|wordcount %}
{% set article_reading_minutes = (article_word_count + 199) // 200 %}
{{ this.kicker }}
{{ this.title }}
{{ this.summary }}
{{ this.body }}
{% if this.external_url %}
Visit project →
{% endif %}
{% else %}