{% include head.html %}
{% include head/custom.html %}
{% case site.analytics.provider %}
{% when "google-tag-manager" %}
{% endcase %}
{% include_cached skip-links.html %}
{% include_cached masthead.html %}
{{ content }}
{% if site.search == true %}
{% include_cached search/search_form.html %}
{% endif %}
{% include scripts.html %}
{% include analytics.html %}
{% case site.analytics.provider %}
{% when "google-gtag" %}
{% include cookie-consent.html %}
{% when "google-tag-manager" %}
{% include cookie-consent.html %}
{% endcase %}