--- layout: main/base.html ---

{{ title }}

{{ date | date: "%a, %d %b %Y" }}
{{ content }}
{%- if collections.posts %} {%- assign previousPost = collections.posts | getPreviousCollectionItem %} {%- assign nextPost = collections.posts | getNextCollectionItem %} {%- if nextPost or previousPost %} {% endif %} {% endif %}
{% include "post/sharemodal.html" %} {% include "post/comment-modal.html" %}