--- layout: default ---
{% include date.html date=page.date lang=page.lang %}
{% if page.phase %}
Phase {{page.phase}}
{% endif %}
{% include categories.html categories=page.categories %}
{{ day }}{{ sup }} {{ month }} {{ year }}
{% if page.author %}
{% for a in page.author %} {{ site.data.people[a].name }} {% if forloop.last == false %} •{%endif%} {% endfor %}
{% endif %}

{{ page.title }}

{% if page.logo %} {% endif %}
{{ content }}