<!doctype html>
<html lang="{{ metadata.language }}">
	<head>
		{% include "metadata.njk" %}
		{#- Bundle CSS #}
		{%- css %}{% include "public/css/index.css" %}{% endcss %}
		{%- css %}{% include "public/css/webfonts/webfonts.css" %}{% endcss %}
		<style>{% getBundle "css" %}</style>
		{% include "structuredData.njk" %}
    {% include "umami.html" %}
	</head>
	<body>
		{% include "header.njk" %}
		<main id="skip">
			<section>
				{{ content | safe }}
			</section>
		</main>
		{% include "footer.njk" %}
	</body>
</html>