{% extends 'themes/ottcomputer/content.cad2cut.html.twig' %}
{% block analytics %}
{% if site_cookies %}
<!-- Google tag (gtag.js) -->
<script async class="cmplazyload" data-cmp-vendor="s26"
data-cmp-src="https://www.googletagmanager.com/gtag/js?id=G-BFWXMYL0TP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-BFWXMYL0TP');
</script>
{% endif %}
{% endblock %}
{% block stylesheets %}
{{ encore_entry_link_tags('app', null, 'unionstahl') }}
{% endblock %}
{% block title_prefix %}
CAD2CUT.DE - Die Stahlschneider - Der Online-Shop für Brennteile
{% endblock %}
{% block favicon %}
<link rel="shortcut icon" href="{{ asset('build/unionstahl/images/favicon-96x96.png', 'unionstahl') }}"
type="image/png"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="{{ asset('build/unionstahl/images/apple-touch-icon-144x144.png', 'unionstahl') }}">
<link rel="apple-touch-icon-precomposed" sizes="120x120"
href="{{ asset('build/unionstahl/images/apple-touch-icon-120x120.png', 'unionstahl') }}">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="{{ asset('build/unionstahl/images/apple-touch-icon-114x114.png', 'unionstahl') }}">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="{{ asset('build/unionstahl/images/apple-touch-icon-72x72.png', 'unionstahl') }}">
<link rel="apple-touch-icon-precomposed"
href="{{ asset('build/unionstahl/images/apple-touch-icon-57x57.png', 'unionstahl') }}">
{% endblock %}
{% block body_outer %}
{% set startSite = "https://cad2cut.de/" %}
{% set startShopSite = "." %}
{{ parent() }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app', null, 'unionstahl') }}
{% if site_cookies %}
<!-- Hotjar Tracking Code for CAD2CUT -->
<script data-cmp-vendor="s46" type="text/plain" class="cmplazyload">
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3450669,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Leadinfo tracking code -->
<script data-cmp-vendor="s2688" type="text/plain" class="cmplazyload">
(function(l,e,a,d,i,n,f,o){if(!l[i]){l.GlobalLeadinfoNamespace=l.GlobalLeadinfoNamespace||[];
l.GlobalLeadinfoNamespace.push(i);l[i]=function(){(l[i].q=l[i].q||[]).push(arguments)};l[i].t=l[i].t||n;
l[i].q=l[i].q||[];o=e.createElement(a);f=e.getElementsByTagName(a)[0];o.async=1;o.src=d;f.parentNode.insertBefore(o,f);}
}(window,document,'script','https://cdn.leadinfo.net/ping.js','leadinfo','LI-644BC2EF47161'));
</script>
<script type="text/javascript" data-cmp-ab="1"
src="https://cdn.consentmanager.net/delivery/autoblocking/5583c981c11c9.js"
data-cmp-host="a.delivery.consentmanager.net" data-cmp-cdn="cdn.consentmanager.net"
data-cmp-codesrc="1"></script>
{% endif %}
{% endblock %}
{% block javascripts_extend %}
{% endblock %}