{% if collections.posts %} {% set previousPost = collections.posts | getPreviousCollectionItem %} {% set nextPost = collections.posts | getNextCollectionItem %} {% if nextPost or previousPost %} {% endif %} {% endif %} {% if nextPost %}
{{ nextPost.data.imageAlt }}

Next Article:

{% if nextPost.data.title %}{{ nextPost.data.title }}{% else %}{{ nextPost.url }}{% endif %}

{% if nextPost.data.synopsis %}

{{ nextPost.data.synopsis | truncate(105) | safe }}

{% else %}

{{ nextPost.content | truncate(105) | safe }}

{% endif %}
{% endif %} {% endif %} {% endif %}