<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @elotrolado/full/main.html.twig */
class __TwigTemplate_7412cb1ddf3e513da3f526e0ae242e2fc0927b3d7d0687c52864e563e0871e97 extends \eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'metatags' => [$this, 'block_metatags'],
'content' => [$this, 'block_content'],
'modules' => [$this, 'block_modules'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@ezdesign/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@elotrolado/full/main.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@elotrolado/full/main.html.twig"));
$this->parent = $this->loadTemplate("@ezdesign/layout.html.twig", "@elotrolado/full/main.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_metatags($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatags"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatags"));
// line 4
echo " ";
$this->displayParentBlock("metatags", $context, $blocks);
echo "
";
// line 6
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Block:paginationMeta", ["locationId" => twig_get_attribute($this->env, $this->source, (isset($context["location"]) || array_key_exists("location", $context) ? $context["location"] : (function () { throw new RuntimeError('Variable "location" does not exist.', 6, $this->source); })()), "id", [], "any", false, false, false, 6)]));
echo "
<!--
Start of global snippet: Please do not remove
Place this snippet between the <head> and </head> tags on every page of your site.
-->
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=DC-4625548\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'DC-4625548');
</script>
<script>
gtag('event', 'conversion', {
'allow_custom_scripts': true,
'u10': 'Landing Poquita fe',
'u24': 'https://poquitafe.movistarplus.es/',
'send_to': 'DC-4625548/movis00a/lpg_m0+standard'
});
// window.addEventListener('load', function () {
//
// let btnHire = document.getElementsByClassName(\"hire-now\");
// for (let i = 0; i < btnHire.length; i++) {
// btnHire[i].addEventListener('mousedown', gtagBtn, false);
// }
//
// let btnWatch = document.getElementsByClassName(\"watch-now\");
// for (let j = 0; j < btnWatch.length; j++) {
// btnWatch[j].addEventListener('mousedown', gtagBtn2, false);
// }
//
// let btnSerie = document.querySelectorAll('[href=\"/sobre-la-serie\"]');
// for (let k = 0; k < btnSerie.length; k++) {
// btnSerie[k].addEventListener('mousedown', gtagBtn3, false);
// }
//
// let btnPersonajes = document.querySelectorAll('[href=\"/personajes\"]');
// for (let l = 0; l < btnPersonajes.length; l++) {
// btnPersonajes[l].addEventListener('mousedown', gtagBtn4, false);
// }
//
// let btnCreadores = document.querySelectorAll('[href=\"/creadores\"]');
// for (let m = 0; m < btnCreadores.length; m++) {
// btnCreadores[m].addEventListener('mousedown', gtagBtn5, false);
// }
// });
// const gtagBtn = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_b0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_b0+standard'
// });
//
// console.log('Click contratar')
// };
// const gtagBtn2 = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_v0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_v0+standard'
// });
//
// console.log('Click ver')
// };
//
// const gtagBtn3 = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_s0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_s0+standard'
// });
//
// console.log('Click Sobre la serie')
// };
//
// const gtagBtn4 = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_p0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_p0+standard'
// });
//
// console.log('Click Personajes')
// };
//
// const gtagBtn5 = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_n0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_n0+standard'
// });
//
// console.log('Click Creadores')
// };
</script>
<script> !function (w, d, t) { w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=[\"page\",\"track\",\"identify\",\"instances\",\"debug\",\"on\",\"off\",\"once\",\"ready\",\"alias\",\"group\",\"enableCookie\",\"disableCookie\"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++ )ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i=\"https://analytics.tiktok.com/i18n/pixel/events.js\";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement(\"script\");n.type=\"text/javascript\",n.async=!0,n.src=i+\"?sdkid=\"+e+\"&lib=\"+t;e=document.getElementsByTagName(\"script\")[0];e.parentNode.insertBefore(n,e)}; ttq.load('C1D1S6HT0U322RQPB1B0'); ttq.page(); }(window, document, 'ttq'); </script>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '3079243748867553');
fbq('track', 'PageView');
</script>
<noscript><img height=\"1\" width=\"1\" style=\"display:none\"
src=\"https://www.facebook.com/tr?id=3079243748867553&ev=PageView&noscript=1\"
/></noscript>
<!-- End Meta Pixel Code -->
<!-- Twitter conversion tracking base code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
twq('config','of98x');
</script>
<!-- End Twitter conversion tracking base code -->
<noscript>
<img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=lpg_m0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/>
</noscript>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 167
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 168
echo " <div class=\"m-shows-header h3\">
<div class=\"menu-header\">
";
// line 170
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Menu:callToActionButtons", ["location" => twig_get_attribute($this->env, $this->source, (isset($context["ezpublish"]) || array_key_exists("ezpublish", $context) ? $context["ezpublish"] : (function () { throw new RuntimeError('Variable "ezpublish" does not exist.', 170, $this->source); })()), "rootLocation", [], "any", false, false, false, 170)]));
echo "
<div class=\"wrapper row\">
";
// line 172
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Block:renderIconBlock", ["contentId" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["ezpublish"]) || array_key_exists("ezpublish", $context) ? $context["ezpublish"] : (function () { throw new RuntimeError('Variable "ezpublish" does not exist.', 172, $this->source); })()), "rootLocation", [], "any", false, false, false, 172), "contentId", [], "any", false, false, false, 172)]));
echo "
";
// line 174
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Menu:header", ["locationId" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["ezpublish"]) || array_key_exists("ezpublish", $context) ? $context["ezpublish"] : (function () { throw new RuntimeError('Variable "ezpublish" does not exist.', 174, $this->source); })()), "rootLocation", [], "any", false, false, false, 174), "id", [], "any", false, false, false, 174)]));
echo "
<a href=\"";
// line 177
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("ez_urlalias", ["locationId" => (isset($context["base_locationId"]) || array_key_exists("base_locationId", $context) ? $context["base_locationId"] : (function () { throw new RuntimeError('Variable "base_locationId" does not exist.', 177, $this->source); })()), "siteaccess" => "originales"]), "html", null, true);
echo "\" class=\"e-arrow-link\" rel=\"follow\">
";
// line 178
echo twig_include($this->env, $context, "icons/link-arrow.svg.twig");
echo "
<img src=\"/assets/images/logo-originales.svg\"/>
</a>
<a href=\"#\" class=\"menu-toggle\" rel=\"follow\">
";
// line 182
echo twig_include($this->env, $context, "icons/menu.svg.twig");
echo "
</a>
</div>
</div>
</div>
";
// line 188
$this->displayBlock('modules', $context, $blocks);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function block_modules($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modules"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modules"));
// line 189
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Block:renderBlocks", ["locationId" => twig_get_attribute($this->env, $this->source, (isset($context["location"]) || array_key_exists("location", $context) ? $context["location"] : (function () { throw new RuntimeError('Variable "location" does not exist.', 189, $this->source); })()), "id", [], "any", false, false, false, 189)]));
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@elotrolado/full/main.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 316 => 189, 297 => 188, 288 => 182, 281 => 178, 277 => 177, 271 => 174, 266 => 172, 261 => 170, 257 => 168, 247 => 167, 76 => 6, 70 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '@ezdesign/layout.html.twig' %}
{% block metatags %}
{{ parent() }}
{{ render(controller('AppBundle:Block:paginationMeta', { 'locationId': location.id } )) }}
<!--
Start of global snippet: Please do not remove
Place this snippet between the <head> and </head> tags on every page of your site.
-->
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=DC-4625548\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'DC-4625548');
</script>
<script>
gtag('event', 'conversion', {
'allow_custom_scripts': true,
'u10': 'Landing Poquita fe',
'u24': 'https://poquitafe.movistarplus.es/',
'send_to': 'DC-4625548/movis00a/lpg_m0+standard'
});
// window.addEventListener('load', function () {
//
// let btnHire = document.getElementsByClassName(\"hire-now\");
// for (let i = 0; i < btnHire.length; i++) {
// btnHire[i].addEventListener('mousedown', gtagBtn, false);
// }
//
// let btnWatch = document.getElementsByClassName(\"watch-now\");
// for (let j = 0; j < btnWatch.length; j++) {
// btnWatch[j].addEventListener('mousedown', gtagBtn2, false);
// }
//
// let btnSerie = document.querySelectorAll('[href=\"/sobre-la-serie\"]');
// for (let k = 0; k < btnSerie.length; k++) {
// btnSerie[k].addEventListener('mousedown', gtagBtn3, false);
// }
//
// let btnPersonajes = document.querySelectorAll('[href=\"/personajes\"]');
// for (let l = 0; l < btnPersonajes.length; l++) {
// btnPersonajes[l].addEventListener('mousedown', gtagBtn4, false);
// }
//
// let btnCreadores = document.querySelectorAll('[href=\"/creadores\"]');
// for (let m = 0; m < btnCreadores.length; m++) {
// btnCreadores[m].addEventListener('mousedown', gtagBtn5, false);
// }
// });
// const gtagBtn = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_b0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_b0+standard'
// });
//
// console.log('Click contratar')
// };
// const gtagBtn2 = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_v0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_v0+standard'
// });
//
// console.log('Click ver')
// };
//
// const gtagBtn3 = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_s0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_s0+standard'
// });
//
// console.log('Click Sobre la serie')
// };
//
// const gtagBtn4 = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_p0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_p0+standard'
// });
//
// console.log('Click Personajes')
// };
//
// const gtagBtn5 = ()=> {
// let noScript = document.createElement('div');
// noScript.innerHTML ='<noscript> <img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=eng_n0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/></noscript>';
// document.body.appendChild(noScript);
//
// gtag('event', 'conversion', {
// 'allow_custom_scripts': true,
// 'u10': 'Landing Poquita fe',
// 'u24': 'https://poquitafe.movistarplus.es/',
// 'send_to': 'DC-4625548/movis00a/eng_n0+standard'
// });
//
// console.log('Click Creadores')
// };
</script>
<script> !function (w, d, t) { w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=[\"page\",\"track\",\"identify\",\"instances\",\"debug\",\"on\",\"off\",\"once\",\"ready\",\"alias\",\"group\",\"enableCookie\",\"disableCookie\"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++ )ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i=\"https://analytics.tiktok.com/i18n/pixel/events.js\";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement(\"script\");n.type=\"text/javascript\",n.async=!0,n.src=i+\"?sdkid=\"+e+\"&lib=\"+t;e=document.getElementsByTagName(\"script\")[0];e.parentNode.insertBefore(n,e)}; ttq.load('C1D1S6HT0U322RQPB1B0'); ttq.page(); }(window, document, 'ttq'); </script>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '3079243748867553');
fbq('track', 'PageView');
</script>
<noscript><img height=\"1\" width=\"1\" style=\"display:none\"
src=\"https://www.facebook.com/tr?id=3079243748867553&ev=PageView&noscript=1\"
/></noscript>
<!-- End Meta Pixel Code -->
<!-- Twitter conversion tracking base code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
twq('config','of98x');
</script>
<!-- End Twitter conversion tracking base code -->
<noscript>
<img src=\"https://ad.doubleclick.net/ddm/activity/src=4625548;type=movis00a;cat=lpg_m0;u10=[Landing Poquita fe];u24=[https://poquitafe.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=\"\"/>
</noscript>
{% endblock %}
{% block content %}
<div class=\"m-shows-header h3\">
<div class=\"menu-header\">
{{ render(controller('AppBundle:Menu:callToActionButtons', { 'location': ezpublish.rootLocation } )) }}
<div class=\"wrapper row\">
{{ render(controller('AppBundle:Block:renderIconBlock', { 'contentId': ezpublish.rootLocation.contentId } )) }}
{{ render(controller('AppBundle:Menu:header', {'locationId': ezpublish.rootLocation.id } )) }}
<a href=\"{{ url( 'ez_urlalias', {'locationId': base_locationId, 'siteaccess': 'originales'} ) }}\" class=\"e-arrow-link\" rel=\"follow\">
{{ include('icons/link-arrow.svg.twig') }}
<img src=\"/assets/images/logo-originales.svg\"/>
</a>
<a href=\"#\" class=\"menu-toggle\" rel=\"follow\">
{{ include('icons/menu.svg.twig') }}
</a>
</div>
</div>
</div>
{% block modules %}
{{ render(controller('AppBundle:Block:renderBlocks', { 'locationId': location.id } )) }}
{% endblock %}
{% endblock %}
", "@elotrolado/full/main.html.twig", "/var/www/app/Resources/views/themes/elotrolado/full/main.html.twig");
}
}