app/Resources/views/themes/launidadkabul/full/main.html.twig line 5

Open in your IDE?
  1. {% extends '@ezdesign/layout.html.twig' %}
  2. {% block metatags %}
  3.     {{ parent() }}
  4.     {{ render(controller('AppBundle:Block:paginationMeta', { 'locationId': location.id } )) }}
  5.     <!--
  6.     Start of global snippet: Please do not remove
  7.     Place this snippet between the <head> and </head> tags on every page of your site.
  8.     -->
  9.     <!-- Google tag (gtag.js) -->
  10.     <script async src="https://www.googletagmanager.com/gtag/js?id=DC-4625548"></script>
  11.     <script>
  12.         window.dataLayer = window.dataLayer || [];
  13.         function gtag(){dataLayer.push(arguments);}
  14.         gtag('js', new Date());
  15.         gtag('config', 'DC-4625548');
  16.     </script>
  17.     <script>
  18.     </script>
  19.     <script>
  20.         gtag('event', 'conversion', {
  21.             'allow_custom_scripts': true,
  22.             'u10': 'Landing LA UNIDAD KABUL',
  23.             'u24': 'https://launidad.movistarplus.es/',
  24.             'send_to': 'DC-4625548/movis00a/lpg_m0+standard'
  25.         });
  26.         window.addEventListener('load', function () {
  27.             document.getElementById("btnContratarD").addEventListener('click', ()=>{
  28.                 console.log('Click')
  29.                 gtag('event', 'conversion', {
  30.                     'allow_custom_scripts': true,
  31.                     'u10': 'Landing LA UNIDAD KABUL',
  32.                     'u24': 'https://launidad.movistarplus.es/',
  33.                     'send_to': 'DC-4625548/movis00a/eng_b0+standard'
  34.                 });
  35.             });
  36.             document.getElementById("btnContratarM").addEventListener('click', ()=>{
  37.                 console.log('Click')
  38.                 gtag('event', 'conversion', {
  39.                     'allow_custom_scripts': true,
  40.                     'u10': 'Landing LA UNIDAD KABUL',
  41.                     'u24': 'https://launidad.movistarplus.es/',
  42.                     'send_to': 'DC-4625548/movis00a/eng_b0+standard'
  43.                 });
  44.             });
  45.         }, false);
  46.     </script>
  47.     <script>
  48.         gtag('event', 'conversion', {
  49.             'allow_custom_scripts': true,
  50.             'u10': 'Landing LA UNIDAD KABUL',
  51.             'u24': 'https://launidad.movistarplus.es/',
  52.             'send_to': 'DC-4625548/movis00a/eng_v0+standard'
  53.         });
  54.     </script>
  55.     <noscript>
  56.         <img src="https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=lpg_m0;u10=Landing LA UNIDAD KABUL;u24=https://launidad.movistarplus.es/;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755};ord=1?" width="1" height="1" alt=""/>
  57.     </noscript>
  58. {% endblock %}
  59. {% block content %}
  60.     <div class="m-shows-header h3 {{  ('sobre-la-serie' in app.request.uri or
  61.                                         'serie' in app.request.uri or
  62.                                         'creacion' in app.request.uri or
  63.                                         'temporada-2' in app.request.uri or
  64.                                         'temporada-1' in app.request.uri or
  65.                                         'personaje' in app.request.uri or
  66.                                         'miriam' in app.request.uri or
  67.                                         'personajes' in app.request.uri ) ?
  68.                                         'second-header' : '' }}">
  69.         <div class="wrapper row ">
  70.             {{ render(controller('AppBundle:Block:renderIconBlock', { 'contentId': ezpublish.rootLocation.contentId } )) }}
  71.             {{ render(controller('AppBundle:Menu:header', {'locationId': ezpublish.rootLocation.id } )) }}
  72.             <a href="#" class="menu-toggle" rel="follow">
  73.                 {{ include('icons/menu.svg.twig') }}
  74.             </a>
  75.         </div>
  76.     </div>
  77.     {% block modules %}
  78.         {{ render(controller('AppBundle:Block:renderBlocks', { 'locationId': location.id } )) }}
  79.     {% endblock %}
  80. {% endblock %}