{# https://11ty.rocks/posts/create-your-first-basic-11ty-website/ #} {{ title }} {% include "components/header.njk" %} {% include "components/menu.njk" %}
{{ content | safe }}
{% include "components/footer.njk" %}