---
layout: default
---

<section class="container page">
    <article>
        <header>
            <h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
        </header>
        {{ content }}
    </article>
</section>