var/cache/dev/twig/da/da14f2ce9157f02bc5f8742c630f56110a6bfaf5c854aef8a729035a98e51b44.php line 107

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. /* @Twig/layout.html.twig */
  14. class __TwigTemplate_f96548595bbf9313ae7e3837d4e4c9cf0f43ef1bbaf68b8596efcd879b5222dc 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.             'title' => [$this'block_title'],
  25.             'head' => [$this'block_head'],
  26.             'body' => [$this'block_body'],
  27.         ];
  28.     }
  29.     protected function doDisplay(array $context, array $blocks = [])
  30.     {
  31.         $macros $this->macros;
  32.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/layout.html.twig"));
  34.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/layout.html.twig"));
  36.         // line 1
  37.         echo "<!DOCTYPE html>
  38. <html>
  39.     <head>
  40.         <meta charset=\"";
  41.         // line 4
  42.         echo twig_escape_filter($this->env$this->env->getCharset(), "html"nulltrue);
  43.         echo "\" />
  44.         <meta name=\"robots\" content=\"noindex,nofollow\" />
  45.         <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
  46.         <title>";
  47.         // line 7
  48.         $this->displayBlock('title'$context$blocks);
  49.         echo "</title>
  50.         <link rel=\"icon\" type=\"image/png\" href=\"";
  51.         // line 8
  52.         echo twig_include($this->env$context"@Twig/images/favicon.png.base64");
  53.         echo "\">
  54.         <style>";
  55.         // line 9
  56.         echo twig_include($this->env$context"@Twig/exception.css.twig");
  57.         echo "</style>
  58.         ";
  59.         // line 10
  60.         $this->displayBlock('head'$context$blocks);
  61.         // line 11
  62.         echo "    </head>
  63.     <body>
  64.         <header>
  65.             <div class=\"container\">
  66.                 <h1 class=\"logo\">";
  67.         // line 15
  68.         echo twig_include($this->env$context"@Twig/images/symfony-logo.svg");
  69.         echo " Symfony Exception</h1>
  70.                 <div class=\"help-link\">
  71.                     <a href=\"https://symfony.com/doc/";
  72.         // line 18
  73.         echo twig_escape_filter($this->envtwig_constant("Symfony\\Component\\HttpKernel\\Kernel::VERSION"), "html"nulltrue);
  74.         echo "/index.html\">
  75.                         <span class=\"icon\">";
  76.         // line 19
  77.         echo twig_include($this->env$context"@Twig/images/icon-book.svg");
  78.         echo "</span>
  79.                         <span class=\"hidden-xs-down\">Symfony</span> Docs
  80.                     </a>
  81.                 </div>
  82.                 <div class=\"help-link\">
  83.                     <a href=\"https://symfony.com/support\">
  84.                         <span class=\"icon\">";
  85.         // line 26
  86.         echo twig_include($this->env$context"@Twig/images/icon-support.svg");
  87.         echo "</span>
  88.                         <span class=\"hidden-xs-down\">Symfony</span> Support
  89.                     </a>
  90.                 </div>
  91.             </div>
  92.         </header>
  93.         ";
  94.         // line 33
  95.         $this->displayBlock('body'$context$blocks);
  96.         // line 34
  97.         echo "        ";
  98.         echo twig_include($this->env$context"@Twig/base_js.html.twig");
  99.         echo "
  100.     </body>
  101. </html>
  102. ";
  103.         
  104.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  105.         
  106.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  107.     }
  108.     // line 7
  109.     public function block_title($context, array $blocks = [])
  110.     {
  111.         $macros $this->macros;
  112.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  113.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  114.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  115.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  116.         
  117.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  118.         
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  120.     }
  121.     // line 10
  122.     public function block_head($context, array $blocks = [])
  123.     {
  124.         $macros $this->macros;
  125.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  126.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  127.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  128.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  129.         
  130.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  131.         
  132.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  133.     }
  134.     // line 33
  135.     public function block_body($context, array $blocks = [])
  136.     {
  137.         $macros $this->macros;
  138.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  139.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  140.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  141.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  142.         
  143.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  144.         
  145.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  146.     }
  147.     public function getTemplateName()
  148.     {
  149.         return "@Twig/layout.html.twig";
  150.     }
  151.     public function isTraitable()
  152.     {
  153.         return false;
  154.     }
  155.     public function getDebugInfo()
  156.     {
  157.         return array (  160 => 33,  142 => 10,  124 => 7,  109 => 34,  107 => 33,  97 => 26,  87 => 19,  83 => 18,  77 => 15,  71 => 11,  69 => 10,  65 => 9,  61 => 8,  57 => 7,  51 => 4,  46 => 1,);
  158.     }
  159.     public function getSourceContext()
  160.     {
  161.         return new Source("<!DOCTYPE html>
  162. <html>
  163.     <head>
  164.         <meta charset=\"{{ _charset }}\" />
  165.         <meta name=\"robots\" content=\"noindex,nofollow\" />
  166.         <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
  167.         <title>{% block title %}{% endblock %}</title>
  168.         <link rel=\"icon\" type=\"image/png\" href=\"{{ include('@Twig/images/favicon.png.base64') }}\">
  169.         <style>{{ include('@Twig/exception.css.twig') }}</style>
  170.         {% block head %}{% endblock %}
  171.     </head>
  172.     <body>
  173.         <header>
  174.             <div class=\"container\">
  175.                 <h1 class=\"logo\">{{ include('@Twig/images/symfony-logo.svg') }} Symfony Exception</h1>
  176.                 <div class=\"help-link\">
  177.                     <a href=\"https://symfony.com/doc/{{ constant('Symfony\\\\Component\\\\HttpKernel\\\\Kernel::VERSION') }}/index.html\">
  178.                         <span class=\"icon\">{{ include('@Twig/images/icon-book.svg') }}</span>
  179.                         <span class=\"hidden-xs-down\">Symfony</span> Docs
  180.                     </a>
  181.                 </div>
  182.                 <div class=\"help-link\">
  183.                     <a href=\"https://symfony.com/support\">
  184.                         <span class=\"icon\">{{ include('@Twig/images/icon-support.svg') }}</span>
  185.                         <span class=\"hidden-xs-down\">Symfony</span> Support
  186.                     </a>
  187.                 </div>
  188.             </div>
  189.         </header>
  190.         {% block body %}{% endblock %}
  191.         {{ include('@Twig/base_js.html.twig') }}
  192.     </body>
  193. </html>
  194. ""@Twig/layout.html.twig""/home/xearts/stg1.work/pipit-gacha/releases/16/vendor/symfony/twig-bundle/Resources/views/layout.html.twig");
  195.     }
  196. }