var/cache/dev/twig/41/410b5da6707e2f63d7301986c86dcc64.php line 137

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. use Twig\TemplateWrapper;
  15. /* public/base.html.twig */
  16. class __TwigTemplate_1bf4a1f57b43933956270aa75a8da3ca extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'title' => [$this'block_title'],
  30.             'stylesheets' => [$this'block_stylesheets'],
  31.             'public_stylesheets' => [$this'block_public_stylesheets'],
  32.             'header' => [$this'block_header'],
  33.             'body' => [$this'block_body'],
  34.             'public_javascripts' => [$this'block_public_javascripts'],
  35.         ];
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = []): iterable
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""public/base.html.twig"));
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""public/base.html.twig"));
  44.         // line 1
  45.         yield "<!DOCTYPE html>
  46. <html>
  47.     <head>
  48.         <meta charset=\"UTF-8\">
  49.         <title>";
  50.         // line 5
  51.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  52.         yield "</title>
  53.         <link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
  54.         ";
  55.         // line 8
  56.         yield "        ";
  57.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  58.         // line 11
  59.         yield "        
  60.         <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  61.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  62.         <link href=\"https://fonts.googleapis.com/css2?family=Cinzel:wght@600&family=Inter:wght@300;400;600&display=swap\" rel=\"stylesheet\">
  63.         <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css\">
  64.         <link rel=\"stylesheet\" href=\"";
  65.         // line 16
  66.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("data/header.css"), "html"nulltrue);
  67.         yield "\">
  68.         
  69.         ";
  70.         // line 18
  71.         yield from $this->unwrap()->yieldBlock('public_stylesheets'$context$blocks);
  72.         // line 20
  73.         yield "    </head>
  74.     <body>
  75.         ";
  76.         // line 22
  77.         yield from $this->unwrap()->yieldBlock('header'$context$blocks);
  78.         // line 25
  79.         yield "        
  80.         ";
  81.         // line 26
  82.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  83.         // line 27
  84.         yield "        
  85.         ";
  86.         // line 28
  87.         yield from $this->unwrap()->yieldBlock('public_javascripts'$context$blocks);
  88.         // line 30
  89.         yield "    </body>
  90. </html>
  91. ";
  92.         
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  94.         
  95.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  96.         yield from [];
  97.     }
  98.     // line 5
  99.     /**
  100.      * @return iterable<null|scalar|\Stringable>
  101.      */
  102.     public function block_title(array $context, array $blocks = []): iterable
  103.     {
  104.         $macros $this->macros;
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  109.         yield "Welcome!";
  110.         
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  112.         
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  114.         yield from [];
  115.     }
  116.     // line 8
  117.     /**
  118.      * @return iterable<null|scalar|\Stringable>
  119.      */
  120.     public function block_stylesheets(array $context, array $blocks = []): iterable
  121.     {
  122.         $macros $this->macros;
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  124.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  127.         // line 9
  128.         yield "            ";
  129.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getFunction('encore_entry_link_tags')->getCallable()("app"), "html"nulltrue);
  130.         yield "
  131.         ";
  132.         
  133.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  134.         
  135.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  136.         yield from [];
  137.     }
  138.     // line 18
  139.     /**
  140.      * @return iterable<null|scalar|\Stringable>
  141.      */
  142.     public function block_public_stylesheets(array $context, array $blocks = []): iterable
  143.     {
  144.         $macros $this->macros;
  145.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  146.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""public_stylesheets"));
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  148.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""public_stylesheets"));
  149.         // line 19
  150.         yield "        ";
  151.         
  152.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  153.         
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  155.         yield from [];
  156.     }
  157.     // line 22
  158.     /**
  159.      * @return iterable<null|scalar|\Stringable>
  160.      */
  161.     public function block_header(array $context, array $blocks = []): iterable
  162.     {
  163.         $macros $this->macros;
  164.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  166.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  167.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  168.         // line 23
  169.         yield "            ";
  170.         yield from $this->loadTemplate("public/header.html.twig""public/base.html.twig"23)->unwrap()->yield($context);
  171.         // line 24
  172.         yield "        ";
  173.         
  174.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  175.         
  176.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  177.         yield from [];
  178.     }
  179.     // line 26
  180.     /**
  181.      * @return iterable<null|scalar|\Stringable>
  182.      */
  183.     public function block_body(array $context, array $blocks = []): iterable
  184.     {
  185.         $macros $this->macros;
  186.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  187.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  188.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  189.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  190.         
  191.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  192.         
  193.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  194.         yield from [];
  195.     }
  196.     // line 28
  197.     /**
  198.      * @return iterable<null|scalar|\Stringable>
  199.      */
  200.     public function block_public_javascripts(array $context, array $blocks = []): iterable
  201.     {
  202.         $macros $this->macros;
  203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""public_javascripts"));
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""public_javascripts"));
  207.         // line 29
  208.         yield "        ";
  209.         
  210.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  211.         
  212.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  213.         yield from [];
  214.     }
  215.     /**
  216.      * @codeCoverageIgnore
  217.      */
  218.     public function getTemplateName(): string
  219.     {
  220.         return "public/base.html.twig";
  221.     }
  222.     /**
  223.      * @codeCoverageIgnore
  224.      */
  225.     public function isTraitable(): bool
  226.     {
  227.         return false;
  228.     }
  229.     /**
  230.      * @codeCoverageIgnore
  231.      */
  232.     public function getDebugInfo(): array
  233.     {
  234.         return array (  247 => 29,  234 => 28,  212 => 26,  201 => 24,  198 => 23,  185 => 22,  174 => 19,  161 => 18,  147 => 9,  134 => 8,  111 => 5,  98 => 30,  96 => 28,  93 => 27,  91 => 26,  88 => 25,  86 => 22,  82 => 20,  80 => 18,  75 => 16,  68 => 11,  65 => 8,  60 => 5,  54 => 1,);
  235.     }
  236.     public function getSourceContext(): Source
  237.     {
  238.         return new Source("<!DOCTYPE html>
  239. <html>
  240.     <head>
  241.         <meta charset=\"UTF-8\">
  242.         <title>{% block title %}Welcome!{% endblock %}</title>
  243.         <link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
  244.         {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  245.         {% block stylesheets %}
  246.             {{ encore_entry_link_tags('app') }}
  247.         {% endblock %}
  248.         
  249.         <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  250.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  251.         <link href=\"https://fonts.googleapis.com/css2?family=Cinzel:wght@600&family=Inter:wght@300;400;600&display=swap\" rel=\"stylesheet\">
  252.         <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css\">
  253.         <link rel=\"stylesheet\" href=\"{{ asset('data/header.css') }}\">
  254.         
  255.         {% block public_stylesheets %}
  256.         {% endblock %}
  257.     </head>
  258.     <body>
  259.         {% block header %}
  260.             {% include 'public/header.html.twig' %}
  261.         {% endblock %}
  262.         
  263.         {% block body %}{% endblock %}
  264.         
  265.         {% block public_javascripts %}
  266.         {% endblock %}
  267.     </body>
  268. </html>
  269. ""public/base.html.twig""/var/www/openrpg/admin/templates/public/base.html.twig");
  270.     }
  271. }