---
layout: compress
---

<!DOCTYPE html>
<html lang="{{ site | smartify | strip_html | normalize_whitespace }}">

{% include head.html %}

<body>
    {% include header.html %}
    {% include icons.html %}

    <section class="main">
        {{ content | normalize_whitespace }}
    </section>
</body>

</html>