{% include head.html %} {% include header.html %} {% if layout.hero %} {% include components/hero.html %} {% endif %}
{% if layout.menu %}
{% include components/menu.html %}
{% endif %}
{{ content }}
{% if layout.menu %}
{% endif %}
{% include footer.html %}