var/cache/dev/twig/6c/6cb63ce78d83949c0ff225b1c78a12b2.php line 106

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. /* base.html.twig */
  16. class __TwigTemplate_df37368814cca37c75a610c090ec5b7c 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.             'body' => [$this'block_body'],
  32.             'javascripts' => [$this'block_javascripts'],
  33.         ];
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = []): iterable
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  42.         // line 1
  43.         yield "<!DOCTYPE html>
  44. <html>
  45.     <head>
  46.         <meta charset=\"UTF-8\">
  47.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  48.         <title>";
  49.         // line 6
  50.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  51.         yield "</title>
  52.         <link rel=\"icon\" href=\"";
  53.         // line 7
  54.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/favicon.png"), "html"nulltrue);
  55.         yield "\">";
  56.         // line 8
  57.         yield "
  58.         ";
  59.         // line 10
  60.         yield "        <link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css\" />
  61.         <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe\" crossorigin=\"anonymous\"></script>
  62.                 
  63.         ";
  64.         // line 15
  65.         yield "        <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  66.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/styles.css"), "html"nulltrue);
  67.         yield "\" />
  68.         ";
  69.         // line 17
  70.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  71.         // line 20
  72.         yield "
  73.         ";
  74.         // line 22
  75.         yield "
  76.         ";
  77.         // line 24
  78.         yield "
  79.     </head>
  80. <!-- Google tag (gtag.js) -->
  81. <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-NST2KWNBXC\"></script>
  82. <script>
  83.   window.dataLayer = window.dataLayer || [];
  84.   function gtag(){dataLayer.push(arguments);}
  85.   gtag('js', new Date());
  86.   gtag('config', 'G-NST2KWNBXC');
  87. </script>
  88.     <body>
  89.         ";
  90.         // line 39
  91.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  92.         // line 40
  93.         yield "    </body>
  94.     ";
  95.         // line 42
  96.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  97.         // line 45
  98.         yield "</html>
  99. ";
  100.         
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  102.         
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  104.         yield from [];
  105.     }
  106.     // line 6
  107.     /**
  108.      * @return iterable<null|scalar|\Stringable>
  109.      */
  110.     public function block_title(array $context, array $blocks = []): iterable
  111.     {
  112.         $macros $this->macros;
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  115.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  117.         
  118.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  119.         
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  121.         yield from [];
  122.     }
  123.     // line 17
  124.     /**
  125.      * @return iterable<null|scalar|\Stringable>
  126.      */
  127.     public function block_stylesheets(array $context, array $blocks = []): iterable
  128.     {
  129.         $macros $this->macros;
  130.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  131.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  133.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  134.         // line 18
  135.         yield "            ";
  136.         // line 19
  137.         yield "        ";
  138.         
  139.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  140.         
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  142.         yield from [];
  143.     }
  144.     // line 39
  145.     /**
  146.      * @return iterable<null|scalar|\Stringable>
  147.      */
  148.     public function block_body(array $context, array $blocks = []): iterable
  149.     {
  150.         $macros $this->macros;
  151.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  152.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  153.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  155.         
  156.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  157.         
  158.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  159.         yield from [];
  160.     }
  161.     // line 42
  162.     /**
  163.      * @return iterable<null|scalar|\Stringable>
  164.      */
  165.     public function block_javascripts(array $context, array $blocks = []): iterable
  166.     {
  167.         $macros $this->macros;
  168.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  170.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  171.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  172.         // line 43
  173.         yield "        ";
  174.         // line 44
  175.         yield "    ";
  176.         
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  178.         
  179.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  180.         yield from [];
  181.     }
  182.     /**
  183.      * @codeCoverageIgnore
  184.      */
  185.     public function getTemplateName(): string
  186.     {
  187.         return "base.html.twig";
  188.     }
  189.     /**
  190.      * @codeCoverageIgnore
  191.      */
  192.     public function isTraitable(): bool
  193.     {
  194.         return false;
  195.     }
  196.     /**
  197.      * @codeCoverageIgnore
  198.      */
  199.     public function getDebugInfo(): array
  200.     {
  201.         return array (  211 => 44,  209 => 43,  196 => 42,  174 => 39,  163 => 19,  161 => 18,  148 => 17,  126 => 6,  114 => 45,  112 => 42,  108 => 40,  106 => 39,  89 => 24,  86 => 22,  83 => 20,  81 => 17,  75 => 15,  69 => 10,  66 => 8,  63 => 7,  59 => 6,  52 => 1,);
  202.     }
  203.     public function getSourceContext(): Source
  204.     {
  205.         return new Source("<!DOCTYPE html>
  206. <html>
  207.     <head>
  208.         <meta charset=\"UTF-8\">
  209.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  210.         <title>{% block title %}{% endblock %}</title>
  211.         <link rel=\"icon\" href=\"{{ asset('img/favicon.png') }}\">{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  212.         {# Bootstrap #}
  213.         <link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css\" />
  214.         <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe\" crossorigin=\"anonymous\"></script>
  215.                 
  216.         {# styles #}
  217.         <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('build/css/styles.css') }}\" />
  218.         {% block stylesheets %}
  219.             {#{ encore_entry_link_tags('app') }#}
  220.         {% endblock %}
  221.         {# <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js\" integrity=\"sha512-2rNj2KJ+D8s1ceNasTIex6z4HWyOnEYLVC3FigGOmyQCZc2eBXKgOxQmo3oKLHyfcj53uz4QMsRCWNbLd32Q1g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script> #}
  222.         {# <script src=\"https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js\"></script> #}
  223.     </head>
  224. <!-- Google tag (gtag.js) -->
  225. <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-NST2KWNBXC\"></script>
  226. <script>
  227.   window.dataLayer = window.dataLayer || [];
  228.   function gtag(){dataLayer.push(arguments);}
  229.   gtag('js', new Date());
  230.   gtag('config', 'G-NST2KWNBXC');
  231. </script>
  232.     <body>
  233.         {% block body %}{% endblock %}
  234.     </body>
  235.     {% block javascripts %}
  236.         {#{ encore_entry_script_tags('app') }#}
  237.     {% endblock %}
  238. </html>
  239. ""base.html.twig""/mnt/www/retabit_platform/templates/base.html.twig");
  240.     }
  241. }