layout: default


<article>

<header>
    {% if page.title %}
    <h1>{{ page.title }}</h1>
    {% endif %}
</header>
{{ page.content }}

</article>