{{ narration_player(this) }}
{{ this.body }}
{% if this.external_url %}
Visit project →
{% endif %}
{{ share_controls(this, 'post') }}
{% 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 }}
{{ share_controls(this, 'article') }}
{{ narration_player(this) }}
{{ this.body }}
{% if this.external_url %}
Visit project →
{% endif %}
{% else %}