templates/themes/unionstahl/content.cad2cut.html.twig line 1

Open in your IDE?
  1. {% extends 'themes/ottcomputer/content.cad2cut.html.twig' %}
  2. {% block analytics %}
  3.     {% if site_cookies %}
  4.         <!-- Google tag (gtag.js) -->
  5.         <script async class="cmplazyload" data-cmp-vendor="s26"
  6.                 data-cmp-src="https://www.googletagmanager.com/gtag/js?id=G-BFWXMYL0TP"></script>
  7.         <script>
  8.             window.dataLayer = window.dataLayer || [];
  9.             function gtag() {
  10.                 dataLayer.push(arguments);
  11.             }
  12.             gtag('js', new Date());
  13.             gtag('config', 'G-BFWXMYL0TP');
  14.         </script>
  15.     {% endif %}
  16. {% endblock %}
  17. {% block stylesheets %}
  18.     {{ encore_entry_link_tags('app', null, 'unionstahl') }}
  19. {% endblock %}
  20. {% block title_prefix %}
  21.     CAD2CUT.DE - Die Stahlschneider - Der Online-Shop für Brennteile
  22. {% endblock %}
  23. {% block favicon %}
  24.     <link rel="shortcut icon" href="{{ asset('build/unionstahl/images/favicon-96x96.png', 'unionstahl') }}"
  25.           type="image/png"/>
  26.     <link rel="apple-touch-icon-precomposed" sizes="144x144"
  27.           href="{{ asset('build/unionstahl/images/apple-touch-icon-144x144.png', 'unionstahl') }}">
  28.     <link rel="apple-touch-icon-precomposed" sizes="120x120"
  29.           href="{{ asset('build/unionstahl/images/apple-touch-icon-120x120.png', 'unionstahl') }}">
  30.     <link rel="apple-touch-icon-precomposed" sizes="114x114"
  31.           href="{{ asset('build/unionstahl/images/apple-touch-icon-114x114.png', 'unionstahl') }}">
  32.     <link rel="apple-touch-icon-precomposed" sizes="72x72"
  33.           href="{{ asset('build/unionstahl/images/apple-touch-icon-72x72.png', 'unionstahl') }}">
  34.     <link rel="apple-touch-icon-precomposed"
  35.           href="{{ asset('build/unionstahl/images/apple-touch-icon-57x57.png', 'unionstahl') }}">
  36. {% endblock %}
  37. {% block body_outer %}
  38.     {% set startSite = "https://cad2cut.de/" %}
  39.     {% set startShopSite = "." %}
  40.     {{ parent() }}
  41. {% endblock %}
  42. {% block javascripts %}
  43.     {{ encore_entry_script_tags('app', null, 'unionstahl') }}
  44.     {% if site_cookies %}
  45.         <!-- Hotjar Tracking Code for CAD2CUT -->
  46.         <script data-cmp-vendor="s46" type="text/plain" class="cmplazyload">
  47.         (function(h,o,t,j,a,r){
  48.             h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
  49.             h._hjSettings={hjid:3450669,hjsv:6};
  50.             a=o.getElementsByTagName('head')[0];
  51.             r=o.createElement('script');r.async=1;
  52.             r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
  53.             a.appendChild(r);
  54.         })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
  55.         </script>
  56.         <!-- Leadinfo tracking code -->
  57.         <script data-cmp-vendor="s2688" type="text/plain" class="cmplazyload">
  58.             (function(l,e,a,d,i,n,f,o){if(!l[i]){l.GlobalLeadinfoNamespace=l.GlobalLeadinfoNamespace||[];
  59.                 l.GlobalLeadinfoNamespace.push(i);l[i]=function(){(l[i].q=l[i].q||[]).push(arguments)};l[i].t=l[i].t||n;
  60.                 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);}
  61.             }(window,document,'script','https://cdn.leadinfo.net/ping.js','leadinfo','LI-644BC2EF47161'));
  62.         </script>
  63.         <script type="text/javascript" data-cmp-ab="1"
  64.                 src="https://cdn.consentmanager.net/delivery/autoblocking/5583c981c11c9.js"
  65.                 data-cmp-host="a.delivery.consentmanager.net" data-cmp-cdn="cdn.consentmanager.net"
  66.                 data-cmp-codesrc="1"></script>
  67.     {% endif %}
  68. {% endblock %}
  69. {% block javascripts_extend %}
  70. {% endblock %}