layout: default


<article>

<header>
    <h1>{{ page.title }}</h1>
    <p>
        <time datetime="{{ page.date | date_to_xmlschema }}">
            {{ page.date | date: "%b %-d, %Y" }}
        </time>
    </p>
</header>

<div>
    {{ content }}
</div>

</article>