--- layout: base.njk templateClass: tmpl-post ---

{{ title }}

Le {{ authors | readableAuthors }}
{{ content | safe }}
{%- if collections.posts %} {# these filters are locale-aware in 2.0.0-canary.14 #} {%- set previousPost = collections.posts | getPreviousCollectionItem %} {%- set nextPost = collections.posts | getNextCollectionItem %} {%- if nextPost or previousPost %} {%- endif %} {%- endif %}