{% include head.html %}
{% include navigation.html %}
{% if page.previous %}
Previous
:
{{ page.previous.title }}
{% endif %}
{% if page.next %}
Next
:
{{ page.next.title }}
{% endif %}
{% include blog_date.html %}
{{ page.title }}
{% if page.banner_image %}
{% endif %} {{ content }}
{% include footer_before.html %} {% include footer.html %}