var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php line 108

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