{% include header.html %}
{% include nav.html %}

{{ page.title }}

{{ page.author }} | {{ page.date | date_to_long_string }} | {{ page.catagories }}

{{ content }}
{% include footer.html %}