var/cache/dev/twig/72/72bed659da00c1fdbe485c4e93f692f24b84c785002e3f0eda0497f3ed540e6f.php line 72

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* TwigBundle::layout.html.twig */
  14. class __TwigTemplate_816aed1588bb51940159ce89be38006fc821b422b0511ecf4f1edba7f3913202 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'before_html' => [$this'block_before_html'],
  25.             'title' => [$this'block_title'],
  26.             'head' => [$this'block_head'],
  27.             'body' => [$this'block_body'],
  28.             'after_html' => [$this'block_after_html'],
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""TwigBundle::layout.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""TwigBundle::layout.html.twig"));
  38.         // line 1
  39.         $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
  40.         @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"TwigBundle::layout.html.twig\" at line 1)."E_USER_DEPRECATED);
  41.         // line 2
  42.         $this->displayBlock('before_html'$context$blocks);
  43.         // line 3
  44.         echo "<!DOCTYPE html>
  45. <html>
  46.     <head>
  47.         <meta charset=\"";
  48.         // line 6
  49.         echo twig_escape_filter($this->env$this->env->getCharset(), "html"nulltrue);
  50.         echo "\" />
  51.         <meta name=\"robots\" content=\"noindex,nofollow\" />
  52.         <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
  53.         <title>";
  54.         // line 9
  55.         $this->displayBlock('title'$context$blocks);
  56.         echo "</title>
  57.         <link rel=\"icon\" type=\"image/png\" href=\"";
  58.         // line 10
  59.         echo twig_include($this->env$context"@Twig/images/favicon.png.base64");
  60.         echo "\">
  61.         <style>";
  62.         // line 11
  63.         echo twig_include($this->env$context"@Twig/exception.css.twig");
  64.         echo "</style>
  65.         ";
  66.         // line 12
  67.         $this->displayBlock('head'$context$blocks);
  68.         // line 13
  69.         echo "    </head>
  70.     <body>
  71.         <header>
  72.             <div class=\"container\">
  73.                 <h1 class=\"logo\">";
  74.         // line 17
  75.         echo twig_include($this->env$context"@Twig/images/symfony-logo.svg");
  76.         echo " Symfony Exception</h1>
  77.                 <div class=\"help-link\">
  78.                     <a href=\"https://symfony.com/doc/";
  79.         // line 20
  80.         echo twig_escape_filter($this->envtwig_constant("Symfony\\Component\\HttpKernel\\Kernel::VERSION"), "html"nulltrue);
  81.         echo "/index.html\">
  82.                         <span class=\"icon\">";
  83.         // line 21
  84.         echo twig_include($this->env$context"@Twig/images/icon-book.svg");
  85.         echo "</span>
  86.                         <span class=\"hidden-xs-down\">Symfony</span> Docs
  87.                     </a>
  88.                 </div>
  89.                 <div class=\"help-link\">
  90.                     <a href=\"https://symfony.com/support\">
  91.                         <span class=\"icon\">";
  92.         // line 28
  93.         echo twig_include($this->env$context"@Twig/images/icon-support.svg");
  94.         echo "</span>
  95.                         <span class=\"hidden-xs-down\">Symfony</span> Support
  96.                     </a>
  97.                 </div>
  98.             </div>
  99.         </header>
  100.         ";
  101.         // line 35
  102.         $this->displayBlock('body'$context$blocks);
  103.         // line 36
  104.         echo "        ";
  105.         echo twig_include($this->env$context"@Twig/base_js.html.twig");
  106.         echo "
  107.     </body>
  108. </html>
  109. ";
  110.         // line 39
  111.         $this->displayBlock('after_html'$context$blocks);
  112.         
  113.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  114.         
  115.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  116.     }
  117.     // line 2
  118.     public function block_before_html($context, array $blocks = [])
  119.     {
  120.         $macros $this->macros;
  121.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  122.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_html"));
  123.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  124.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_html"));
  125.         
  126.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  127.         
  128.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  129.     }
  130.     // line 9
  131.     public function block_title($context, array $blocks = [])
  132.     {
  133.         $macros $this->macros;
  134.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  135.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  137.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  138.         
  139.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  140.         
  141.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  142.     }
  143.     // line 12
  144.     public function block_head($context, array $blocks = [])
  145.     {
  146.         $macros $this->macros;
  147.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  148.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  149.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  150.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  151.         
  152.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  153.         
  154.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  155.     }
  156.     // line 35
  157.     public function block_body($context, array $blocks = [])
  158.     {
  159.         $macros $this->macros;
  160.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  161.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  162.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  163.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  164.         
  165.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  166.         
  167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  168.     }
  169.     // line 39
  170.     public function block_after_html($context, array $blocks = [])
  171.     {
  172.         $macros $this->macros;
  173.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  174.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""after_html"));
  175.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  176.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""after_html"));
  177.         
  178.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  179.         
  180.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  181.     }
  182.     public function getTemplateName()
  183.     {
  184.         return "TwigBundle::layout.html.twig";
  185.     }
  186.     public function isTraitable()
  187.     {
  188.         return false;
  189.     }
  190.     public function getDebugInfo()
  191.     {
  192.         return array (  205 => 39,  187 => 35,  169 => 12,  151 => 9,  133 => 2,  123 => 39,  116 => 36,  114 => 35,  104 => 28,  94 => 21,  90 => 20,  84 => 17,  78 => 13,  76 => 12,  72 => 11,  68 => 10,  64 => 9,  58 => 6,  53 => 3,  51 => 2,  48 => 1,);
  193.     }
  194.     public function getSourceContext()
  195.     {
  196.         return new Source("{% deprecated 'The template \"' ~ _self ~'\" is deprecated since Symfony 4.4, will be removed in 5.0.' %}
  197. {% block before_html %}{% endblock %}
  198. <!DOCTYPE html>
  199. <html>
  200.     <head>
  201.         <meta charset=\"{{ _charset }}\" />
  202.         <meta name=\"robots\" content=\"noindex,nofollow\" />
  203.         <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
  204.         <title>{% block title %}{% endblock %}</title>
  205.         <link rel=\"icon\" type=\"image/png\" href=\"{{ include('@Twig/images/favicon.png.base64') }}\">
  206.         <style>{{ include('@Twig/exception.css.twig') }}</style>
  207.         {% block head %}{% endblock %}
  208.     </head>
  209.     <body>
  210.         <header>
  211.             <div class=\"container\">
  212.                 <h1 class=\"logo\">{{ include('@Twig/images/symfony-logo.svg') }} Symfony Exception</h1>
  213.                 <div class=\"help-link\">
  214.                     <a href=\"https://symfony.com/doc/{{ constant('Symfony\\\\Component\\\\HttpKernel\\\\Kernel::VERSION') }}/index.html\">
  215.                         <span class=\"icon\">{{ include('@Twig/images/icon-book.svg') }}</span>
  216.                         <span class=\"hidden-xs-down\">Symfony</span> Docs
  217.                     </a>
  218.                 </div>
  219.                 <div class=\"help-link\">
  220.                     <a href=\"https://symfony.com/support\">
  221.                         <span class=\"icon\">{{ include('@Twig/images/icon-support.svg') }}</span>
  222.                         <span class=\"hidden-xs-down\">Symfony</span> Support
  223.                     </a>
  224.                 </div>
  225.             </div>
  226.         </header>
  227.         {% block body %}{% endblock %}
  228.         {{ include('@Twig/base_js.html.twig') }}
  229.     </body>
  230. </html>
  231. {% block after_html %}{% endblock %}
  232. ""TwigBundle::layout.html.twig""/var/www/ventourv6/dev.ventour.gvam.es/vendor/symfony/twig-bundle/Resources/views/layout.html.twig");
  233.     }
  234. }