---
layout: default
---

<article{% if layout.fullwith %} class="max-w-p90"{% endif %}>
    {% if layout.notitle != true %}
    <h2>{{ page.title }}</h2>
    {% endif %}
    {{ content }}
</article>