{% include head.html %} {% include header.html %}

{{ page.date | date_to_string }} {% assign author = site.authors | where: 'short_name', page.author | first %} {% if author %} - {{ author.name }} {% endif %}

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