--- layout: main/base.html ---
{% if cover.size > 1 %}
{% for image in cover %} {{ forloop.index }} {% endfor %}
{% endif %}

{{ title }}

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