{# ========================================================================== #}
{# :: Inheritance #}
{# ========================================================================== #}
{% extends "general/pages/_base/default.njk" %}

{# ========================================================================== #}
{# :: Settings #}
{# ========================================================================== #}
{% set pageParams = {
	bodyClass: "",
	headerClass: "",
	styleVendors: [],
	scriptVendors: ["https://kit.fontawesome.com/74199cd914.js"],
	header: true
} %}

{# ========================================================================== #}
{# :: Imports #}
{# ========================================================================== #}

{# ========================================================================== #}
{# :: Content #}
{# ========================================================================== #}
{% block content %}

	{% include "general/pages/_partials/home/intro.njk" %}
	{% include "general/pages/_partials/home/usp-list.njk" %}
	{% include "general/pages/_partials/home/spotlight-01.njk" %}
	{% include "general/pages/_partials/home/highlight.njk" %}
	{% include "general/pages/_partials/home/spotlight-02.njk" %}
	{% include "general/pages/_partials/home/contact.njk" %}

{% endblock %}
