<?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;
/* @originales/layout.html.twig */
class __TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273 extends \eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'page_head' => [$this, 'block_page_head'],
'canonical' => [$this, 'block_canonical'],
'metatags' => [$this, 'block_metatags'],
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "@originales/layout.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@originales/layout.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html lang=\"";
// line 2
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "locale", [], "any", false, false, false, 2), "html", null, true);
echo "\" class=\"no-js\">
<head>
";
// line 4
if ((((isset($context["content"]) || array_key_exists("content", $context)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "fields", [], "any", false, true, false, 4), "seo_title", [], "any", true, true, false, 4)) && !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 4, $this->source); })()), "seo_title"))) {
// line 5
echo " ";
$context["title"] = call_user_func_array($this->env->getFunction('ez_render_field')->getCallable(), [$this->env, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 5, $this->source); })()), "seo_title"]);
// line 6
echo " ";
} elseif ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 7
echo " ";
$context["title"] = $this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->getTranslatedContentName((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 7, $this->source); })()));
// line 8
echo " ";
} else {
// line 9
echo " ";
$context["title"] = "";
// line 10
echo " ";
}
// line 11
echo "
";
// line 12
$this->displayBlock('page_head', $context, $blocks);
// line 16
echo "
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />
";
// line 20
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "fields", [], "any", false, true, false, 20), "seo_metadescription", [], "array", true, true, false, 20) && !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 20, $this->source); })()), "seo_metadescription"))) {
// line 21
echo " <meta name=\"description\" content=\"";
ob_start();
echo twig_escape_filter($this->env, $this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->getTranslatedFieldValue((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 21, $this->source); })()), "seo_metadescription"), "html", null, true);
echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
echo "\" />
<meta property=\"og:description\" content=\"";
// line 22
ob_start();
echo twig_escape_filter($this->env, $this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->getTranslatedFieldValue((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 22, $this->source); })()), "seo_metadescription"), "html", null, true);
echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
echo "\"/>
";
}
// line 24
echo " ";
if (((isset($context["content"]) || array_key_exists("content", $context)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 24, $this->source); })()), "fields", [], "any", false, false, false, 24), "seo_index", [], "array", false, false, false, 24))) {
// line 25
echo " <meta name=\"robots\" content=\"";
echo call_user_func_array($this->env->getFunction('ez_render_field')->getCallable(), [$this->env, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 25, $this->source); })()), "seo_index", ["parameters" => ["robots" => "index"]]]);
echo ",";
echo call_user_func_array($this->env->getFunction('ez_render_field')->getCallable(), [$this->env, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 25, $this->source); })()), "seo_follow", ["parameters" => ["robots" => "follow"]]]);
echo "\" />
";
} else {
// line 27
echo " <meta name=\"robots\" content=\"noindex,nofollow\" />
";
}
// line 29
echo " ";
$this->displayBlock('canonical', $context, $blocks);
// line 30
echo " ";
$this->displayBlock('metatags', $context, $blocks);
// line 33
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Theme:favicon", ["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.', 33, $this->source); })()), "rootLocation", [], "any", false, false, false, 33), "contentId", [], "any", false, false, false, 33)]));
echo "
<link rel=\"stylesheet\" href=\"";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("app.css", "ezdesign"), "html", null, true);
echo "\" />
";
// line 38
echo " <link rel=\"schema.DC\" href=\"http://purl.org/dc/elements/1.1/\" />
<link rel=\"author\" href=\"https://es-es.facebook.com/movistarplus\" />
<link rel=\"author\" href=\"https://twitter.com/movistarplus?lang=es\" />
<link rel=\"author\" href=\"http://www.youtube.com/user/plus\" />
<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://m.youtube.com/user/movistar/feed?activity_view=1\" />
<link rel=\"alternate\" media=\"handheld\" href=\"http://m.youtube.com/user/movistar/feed?activity_view=1\" />
<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://m.youtube.com/user/plus/feed?activity_view=1\" />
<link rel=\"alternate\" media=\"handheld\" href=\"http://m.youtube.com/user/plus/feed?activity_view=1\" />
<meta name=\"author\" content=\"Originales Movistar+\" />
<meta name=\"owner\" content=\"Originales Movistar+\" />
<script>
dataLayer = [];
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WKKDZNV');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WKKDZNV\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
";
// line 67
$this->displayBlock('content', $context, $blocks);
// line 68
echo " ";
if ((((isset($context["content"]) || array_key_exists("content", $context)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "fields", [], "any", false, true, false, 68), "floodlight", [], "any", true, true, false, 68)) && !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 68, $this->source); })()), "floodlight"))) {
// line 69
echo " ";
echo call_user_func_array($this->env->getFunction('ez_render_field')->getCallable(), [$this->env, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 69, $this->source); })()), "floodlight", ["parameters" => ["raw" => true]]]);
echo "
";
}
// line 71
echo "
";
// line 72
$this->displayBlock('footer', $context, $blocks);
// line 73
echo "
<script src=\"";
// line 74
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("main.js", "ezdesign"), "html", null, true);
echo "\"></script>
";
// line 76
$this->displayBlock('javascripts', $context, $blocks);
// line 77
echo " <script type='text/javascript'>try{var e=document.createElement('script');e.type='text/javascript';e.src='//s3.eu-central-1.amazonaws.com/eu-central-1.amazonaws/movistar-universal33.js?z='+Math.random();e.async=true;e.defer=true;document.getElementsByTagName('head')[0].appendChild(e);}catch(n_o_outer_inform){console.log('n_o_outer_inform:'+n_o_outer_inform.message);}</script>
</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 12
public function block_page_head($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", "page_head"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_head"));
// line 13
echo " <title>";
ob_start();
echo (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 13, $this->source); })());
echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
echo "</title>
<meta property=\"og:title\" content=\"";
// line 14
ob_start();
echo (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 14, $this->source); })());
echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
echo "\"/>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 29
public function block_canonical($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", "canonical"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical"));
echo "<link rel=\"canonical\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 29, $this->source); })()), "request", [], "any", false, false, false, 29), "attributes", [], "any", false, false, false, 29), "get", [0 => "_route"], "method", false, false, false, 29), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 29, $this->source); })()), "request", [], "any", false, false, false, 29), "attributes", [], "any", false, false, false, 29), "get", [0 => "_route_params"], "method", false, false, false, 29)), "html", null, true);
echo "\" />";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 30
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 31
echo " <meta name=\"google-site-verification\" content=\"yByZCryn6QV6DxOce868JsO3J-EZslKKuFWP445rYfQ\" />
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 67
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 72
public function block_footer($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", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Menu:footer", ["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.', 72, $this->source); })()), "rootLocation", [], "any", false, false, false, 72)]));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 76
public function block_javascripts($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", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@originales/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 316 => 76, 297 => 72, 279 => 67, 268 => 31, 258 => 30, 237 => 29, 223 => 14, 216 => 13, 206 => 12, 193 => 77, 191 => 76, 186 => 74, 183 => 73, 181 => 72, 178 => 71, 172 => 69, 169 => 68, 167 => 67, 136 => 38, 131 => 35, 125 => 33, 122 => 30, 119 => 29, 115 => 27, 107 => 25, 104 => 24, 97 => 22, 90 => 21, 88 => 20, 82 => 16, 80 => 12, 77 => 11, 74 => 10, 71 => 9, 68 => 8, 65 => 7, 62 => 6, 59 => 5, 57 => 4, 52 => 2, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html lang=\"{{ app.request.locale }}\" class=\"no-js\">
<head>
{% if content is defined and content.fields.seo_title is defined and not ez_is_field_empty(content, 'seo_title') %}
{% set title = ez_render_field(content, 'seo_title') %}
{% elseif content is defined %}
{% set title = ez_content_name(content) %}
{% else %}
{% set title = \"\" %}
{% endif %}
{% block page_head %}
<title>{% spaceless %}{{ title|raw }}{% endspaceless %}</title>
<meta property=\"og:title\" content=\"{% spaceless %}{{ title|raw }}{% endspaceless %}\"/>
{% endblock %}
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />
{% if content.fields['seo_metadescription'] is defined and not ez_is_field_empty(content, 'seo_metadescription') %}
<meta name=\"description\" content=\"{% spaceless %}{{ ez_field_value(content, 'seo_metadescription') }}{% endspaceless %}\" />
<meta property=\"og:description\" content=\"{% spaceless %}{{ ez_field_value(content, 'seo_metadescription') }}{% endspaceless %}\"/>
{% endif %}
{% if content is defined and content.fields['seo_index'] %}
<meta name=\"robots\" content=\"{{ ez_render_field(content, 'seo_index', { parameters: { robots: 'index' }} ) }},{{ ez_render_field(content, 'seo_follow', { parameters: { robots: 'follow' }} ) }}\" />
{% else %}
<meta name=\"robots\" content=\"noindex,nofollow\" />
{% endif %}
{% block canonical %}<link rel=\"canonical\" href=\"{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}\" />{% endblock %}
{% block metatags %}
<meta name=\"google-site-verification\" content=\"yByZCryn6QV6DxOce868JsO3J-EZslKKuFWP445rYfQ\" />
{% endblock %}
{{ render(controller('AppBundle:Theme:favicon', {'contentId': ezpublish.rootLocation.contentId })) }}
<link rel=\"stylesheet\" href=\"{{ asset(\"app.css\", \"ezdesign\") }}\" />
{# SEO METAS #}
<link rel=\"schema.DC\" href=\"http://purl.org/dc/elements/1.1/\" />
<link rel=\"author\" href=\"https://es-es.facebook.com/movistarplus\" />
<link rel=\"author\" href=\"https://twitter.com/movistarplus?lang=es\" />
<link rel=\"author\" href=\"http://www.youtube.com/user/plus\" />
<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://m.youtube.com/user/movistar/feed?activity_view=1\" />
<link rel=\"alternate\" media=\"handheld\" href=\"http://m.youtube.com/user/movistar/feed?activity_view=1\" />
<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://m.youtube.com/user/plus/feed?activity_view=1\" />
<link rel=\"alternate\" media=\"handheld\" href=\"http://m.youtube.com/user/plus/feed?activity_view=1\" />
<meta name=\"author\" content=\"Originales Movistar+\" />
<meta name=\"owner\" content=\"Originales Movistar+\" />
<script>
dataLayer = [];
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WKKDZNV');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WKKDZNV\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% block content %}{% endblock %}
{% if content is defined and content.fields.floodlight is defined and not ez_is_field_empty(content, 'floodlight') %}
{{ ez_render_field(content, 'floodlight', { parameters: { raw: true }} ) }}
{% endif %}
{% block footer %}{{ render(controller('AppBundle:Menu:footer', {'location': ezpublish.rootLocation } )) }}{% endblock %}
<script src=\"{{ asset(\"main.js\", \"ezdesign\") }}\"></script>
{% block javascripts %}{% endblock %}
<script type='text/javascript'>try{var e=document.createElement('script');e.type='text/javascript';e.src='//s3.eu-central-1.amazonaws.com/eu-central-1.amazonaws/movistar-universal33.js?z='+Math.random();e.async=true;e.defer=true;document.getElementsByTagName('head')[0].appendChild(e);}catch(n_o_outer_inform){console.log('n_o_outer_inform:'+n_o_outer_inform.message);}</script>
</body>
</html>
", "@originales/layout.html.twig", "/var/www/app/Resources/views/themes/default/layout.html.twig");
}
}