--- layout: default ---
{% include header-breadcrumb.html %}

{{page.title}}

{{content}}
{% for application-guideline in site.application-guidelines %} {% if page.url == application-guideline.permalink %} {% if forloop.first %} {% assign nextIndex = forloop.index0 | plus: 1 %}

NEXT

{{ site.application-guidelines[nextIndex].title }}

{% elsif forloop.last %} {% assign prevIndex = forloop.index0 | minus: 1 %}

PREVIOUS

{{ site.application-guidelines[prevIndex].title }}

{% else %} {% assign prevIndex = forloop.index0 | minus: 1 %} {% assign nextIndex = forloop.index0 | plus: 1 %}

PREVIOUS

{{ site.application-guidelines[prevIndex].title }}

NEXT

{{ site.application-guidelines[nextIndex].title }}

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