<!DOCTYPE html>
<html lang="{{ app.request.locale }}">
<head>
{% include 'includes/google-tagmanager.html.twig' %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="p:domain_verify" content="37180786e857d219eed8f9312cd5f3cb"/>
<!-- FB Pixel -->
<meta name="facebook-domain-verification" content="v89hx6hcvwe8w1b4qomgelokpgzfap" />
{% include 'includes/favicon.html.twig' %}
{% apply spaceless %}
{% if not document is defined or not document %}
{% set document = pimcore_document(1) %}
{% endif %}
{% if document is instanceof('\\Pimcore\\Model\\Document\\Link') %}
{# @var document \Pimcore\Model\Document\Link #}
{% set document = document.getObject() %}
{% endif %}
{% if document.getTitle() is not empty %}
{% do pimcore_head_title().set(document.getTitle()) %}
{% endif %}
{% if document.getDescription() is not empty %}
{% do pimcore_head_meta().setDescription(document.getDescription()) %}
{% endif %}
{% do pimcore_head_title().append(' GC Architecten') %}
{% do pimcore_head_title().setSeparator(' | ') %}
{% endapply %}
{% block layout_head_meta deferred %}
{{ pimcore_head_title() }}
{{ pimcore_head_meta() }}
{% if pimcore_placeholder('canonical').count() %}
<link rel="canonical" href="{{ pimcore_placeholder('canonical') }}"/>
{% endif %}
{% endblock %}
{% block stylesheets %}
<style type="text/css">
.overlay, .ntr-cookies.hidden { opacity: 0; pointer-events: none; }
</style>
{{ vite_entry_link_tags('app-css') }}
{% endblock %}
{% block head_stylesheets deferred %}
{{ pimcore_head_link() }}
{% endblock %}
{% apply spaceless %}
<script>
(function(d) {
var config = {
kitId: 'cyp5dwu',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
{{ vite_entry_script_tags('priority-js') }}
{% endapply %}
</head>
<body class="">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T58Z3N3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="site">
{% include 'includes/header.html.twig' %}
{{ block('content') }}
<div class="main my-0 py-0">{% include 'includes/cta-bottom.html.twig' %}</div>
{{ pimcore_inc('/' ~ app.request.locale ~ '/vaste-blokken/footer') }}
{% include 'includes/cookies.html.twig' %}
</div>
{% block javascripts %}
{{ vite_entry_script_tags('app-js') }}
{% endblock %}
<script>
/*
function scrollWin() {
window.scrollTo(0, 1100);
}
$(document).ready(function() {
$(window).scroll(function(e) {
if ($(window).scrollTop() > 10) {
$('.logo_flex').addClass("d-none");
$('.header-logo').addClass("d-block");
$('.header-logo').removeClass("d-none");
}
});
});
*/
</script>
</body>
</html>