{%- include head.html -%}
{{ content }}
{% for page in site.pages %} {%- if page.url != '/' and page.title -%}
{{ page.title }}
{%- endif -%} {% endfor %} {%- if site.author -%} | Developed by
{{ site.author.name }}
{%- endif -%}
{%- include footer.html -%}