var/cache/dev/twig/e0/e053103c1f341d71b56c1a02526bf69e75c21f9941314b0634e3d4689009f105.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_d941d61851e2f156c9478a340f63df7a3f56bb1f329e142b3774aae11ec181ef 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>
  90.         </header>
  91.         ";
  92.         // line 28
  93.         $this->displayBlock('body'$context$blocks);
  94.         // line 29
  95.         echo "        ";
  96.         echo twig_include($this->env$context"@Twig/base_js.html.twig");
  97.         echo "
  98.     </body>
  99. </html>
  100. ";
  101.         // line 32
  102.         $this->displayBlock('after_html'$context$blocks);
  103.         
  104.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  105.         
  106.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  107.     }
  108.     // line 2
  109.     public function block_before_html($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""before_html"));
  114.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  115.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_html"));
  116.         
  117.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  118.         
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  120.     }
  121.     // line 9
  122.     public function block_title($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""title"));
  127.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  128.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  129.         
  130.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  131.         
  132.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  133.     }
  134.     // line 12
  135.     public function block_head($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""head"));
  140.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  141.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  142.         
  143.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  144.         
  145.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  146.     }
  147.     // line 28
  148.     public function block_body($context, array $blocks = [])
  149.     {
  150.         $macros $this->macros;
  151.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  152.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  153.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  155.         
  156.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  157.         
  158.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  159.     }
  160.     // line 32
  161.     public function block_after_html($context, array $blocks = [])
  162.     {
  163.         $macros $this->macros;
  164.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  165.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""after_html"));
  166.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  167.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""after_html"));
  168.         
  169.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  170.         
  171.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  172.     }
  173.     public function getTemplateName()
  174.     {
  175.         return "TwigBundle::layout.html.twig";
  176.     }
  177.     public function isTraitable()
  178.     {
  179.         return false;
  180.     }
  181.     public function getDebugInfo()
  182.     {
  183.         return array (  195 => 32,  177 => 28,  159 => 12,  141 => 9,  123 => 2,  113 => 32,  106 => 29,  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,);
  184.     }
  185.     public function getSourceContext()
  186.     {
  187.         return new Source("{% deprecated 'The template \"' ~ _self ~'\" is deprecated since Symfony 4.4, will be removed in 5.0.' %}
  188. {% block before_html %}{% endblock %}
  189. <!DOCTYPE html>
  190. <html>
  191.     <head>
  192.         <meta charset=\"{{ _charset }}\" />
  193.         <meta name=\"robots\" content=\"noindex,nofollow\" />
  194.         <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
  195.         <title>{% block title %}{% endblock %}</title>
  196.         <link rel=\"icon\" type=\"image/png\" href=\"{{ include('@Twig/images/favicon.png.base64') }}\">
  197.         <style>{{ include('@Twig/exception.css.twig') }}</style>
  198.         {% block head %}{% endblock %}
  199.     </head>
  200.     <body>
  201.         <header>
  202.             <div class=\"container\">
  203.                 <h1 class=\"logo\">{{ include('@Twig/images/symfony-logo.svg') }} Symfony Exception</h1>
  204.                 <div class=\"help-link\">
  205.                     <a href=\"https://symfony.com/doc/{{ constant('Symfony\\\\Component\\\\HttpKernel\\\\Kernel::VERSION') }}/index.html\">
  206.                         <span class=\"icon\">{{ include('@Twig/images/icon-book.svg') }}</span>
  207.                         <span class=\"hidden-xs-down\">Symfony</span> Docs
  208.                     </a>
  209.                 </div>
  210.             </div>
  211.         </header>
  212.         {% block body %}{% endblock %}
  213.         {{ include('@Twig/base_js.html.twig') }}
  214.     </body>
  215. </html>
  216. {% block after_html %}{% endblock %}
  217. ""TwigBundle::layout.html.twig""/home/ticketing/domains/devel.ticketing.nu/symfony/vendor/symfony/twig-bundle/Resources/views/layout.html.twig");
  218.     }
  219. }