layout: default
<span class='date {% if page.category %}{{ page.category }}{% endif %}'>{{ page.date | date: '%d/%m/%Y' }}</span> <h2 class='title'>{{ page.title }}</h2> {% if page.subtitle %}<h3>{{ page.subtitle }}</h3>{% endif %}
{% if page.header_image %}<img class='header-image' src='{{ site.baseurl }}/assets/images/{{ page.header_image }}' />{% endif %}
<p> {{ content }} </p>