{%- include head.html -%}
{{content}}
{% if page.previous.url %}
Previous Page

{{page.previous.title | capitalize}}

{% endif %}
{% if page.next.url %}
Next Page

{{page.next.title | capitalize}}

{% endif %}
{%- include footer.html -%}
{%- include scripts.html -%}