{% include head.html %} {% include header.html %}
{% if page.title %}

{{ page.title }}

{{ page.date | date_to_long_string }}
{% if page.description %}

{{ page.description }}

{% endif %} {% if page.github_url %}

View {{ page.github_short }} on GitHub

{% endif %}
{% endif %} {% if page.image %} Picture of {{ page.title }} {% endif %} {{ content }}
{% include footer.html %}