Post information
Author
{{ this.author }}
Published
{{ this.date|dateformat('long') }}
Tags
{{ tag_links(this.tags) }}
{{ narration_player(this) }}
{{ 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 }}
Article information
{% if this.author %}
Author
{{ this.author }}
{% endif %}
Published
{{ this.date|dateformat('long') }}
{% if this.updated %}
Updated
{{ this.updated|dateformat('long') }}
{% endif %}
Reading time
{{ article_reading_minutes }} min
{% if this.tags %}
Topics
{{ tag_links(this.tags) }}
{% endif %}
{% if this.published_urls %}
{% endif %}
{{ narration_player(this) }}
{{ this.body }}
{% if this.external_url %}
Visit project →
{% endif %}
{% else %}