var/cache/dev/twig/89/896222c50d137bf4d3253918d1eb1c37.php line 42

  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_7cfec7edbc1d421d2f850a6c4ce5ab95 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.             'javascripts' => [$this'block_javascripts'],
  32.             'body' => [$this'block_body'],
  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.0\">
  48.         <title>";
  49.         // line 6
  50.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  51.         yield "</title>
  52.         <meta name=\"title\" content=\"Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom.\" />
  53.         <meta name=\"description\" content=\"Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal.\" />
  54.         <!-- Open Graph / Facebook -->
  55.         <meta property=\"og:type\" content=\"website\" />
  56.         <meta property=\"og:url\" content=\"https://onld.co.uk/\" />
  57.         <meta property=\"og:title\" content=\"Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom.\" />
  58.         <meta property=\"og:description\" content=\"Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal.\" />
  59.         <meta property=\"og:image\" content=\"https://onld.co.uk/images/banner_image.jpg\" />
  60.         <!-- Twitter -->
  61.         <meta property=\"twitter:card\" content=\"summary_large_image\" />
  62.         <meta property=\"twitter:url\" content=\"https://onld.co.uk/\" />
  63.         <meta property=\"twitter:title\" content=\"Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom.\" />
  64.         <meta property=\"twitter:description\" content=\"Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal.\" />
  65.         <meta property=\"twitter:image\" content=\"https://onld.co.uk/images/banner_image.jpg\" />
  66.         <!-- Meta Tags Generated with https://metatags.io -->
  67.         <link rel=\"icon\" href=\"/images/logo.svg\">
  68.         ";
  69.         // line 26
  70.         yield "        ";
  71.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  72.         // line 29
  73.         yield "
  74.         ";
  75.         // line 30
  76.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  77.         // line 33
  78.         yield "    </head>
  79.     <body>
  80.         ";
  81.         // line 35
  82.         $macros["toast"] = $this->macros["toast"] = $this->load("macros/toast.html.twig"35)->unwrap();
  83.         // line 36
  84.         yield "        <div class=\"backdrop xl:hidden hidden fixed inset-0 bg-neutral-900/80 backdrop-blur z-20\"></div>
  85.         ";
  86.         // line 37
  87.         yield from $this->load("header.html.twig"37)->unwrap()->yield($context);
  88.         yield " <!-- header -->
  89.         
  90.         ";
  91.         // line 39
  92.         $context['_parent'] = $context;
  93.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'39$this->source); })()), "flashes", ["success"], "method"falsefalsefalse39));
  94.         foreach ($context['_seq'] as $context["_key"] => $context["success"]) {
  95.             // line 40
  96.             yield "          ";
  97.             yield $macros["toast"]->getTemplateForMacro("macro_displayToast"$context40$this->getSourceContext())->macro_displayToast(...["success"$context["success"], 3000]);
  98.             yield "
  99.         ";
  100.         }
  101.         $_parent $context['_parent'];
  102.         unset($context['_seq'], $context['_key'], $context['success'], $context['_parent']);
  103.         $context array_intersect_key($context$_parent) + $_parent;
  104.         // line 42
  105.         yield "        ";
  106.         $context['_parent'] = $context;
  107.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'42$this->source); })()), "flashes", ["notice"], "method"falsefalsefalse42));
  108.         foreach ($context['_seq'] as $context["_key"] => $context["notice"]) {
  109.             // line 43
  110.             yield "          ";
  111.             yield $macros["toast"]->getTemplateForMacro("macro_displayToast"$context43$this->getSourceContext())->macro_displayToast(...["info"$context["notice"], 3000]);
  112.             yield "
  113.         ";
  114.         }
  115.         $_parent $context['_parent'];
  116.         unset($context['_seq'], $context['_key'], $context['notice'], $context['_parent']);
  117.         $context array_intersect_key($context$_parent) + $_parent;
  118.         // line 45
  119.         yield "        ";
  120.         $context['_parent'] = $context;
  121.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'45$this->source); })()), "flashes", ["error"], "method"falsefalsefalse45));
  122.         foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  123.             // line 46
  124.             yield "            ";
  125.             yield $macros["toast"]->getTemplateForMacro("macro_displayToast"$context46$this->getSourceContext())->macro_displayToast(...["warning"$context["error"], 3000]);
  126.             yield "
  127.         ";
  128.         }
  129.         $_parent $context['_parent'];
  130.         unset($context['_seq'], $context['_key'], $context['error'], $context['_parent']);
  131.         $context array_intersect_key($context$_parent) + $_parent;
  132.         // line 48
  133.         yield "        <div class=\"w-full pt-16\">
  134.             ";
  135.         // line 49
  136.         if ((($tmp $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_IMPERSONATOR")) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  137.             // line 50
  138.             yield "                <div class=\"bg-yellow-300 p-4 flex flex-wrap justify-between\">
  139.                     <div>Logged in as: [";
  140.             // line 51
  141.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'51$this->source); })()), "user", [], "any"falsefalsefalse51), "firstName", [], "any"falsefalsefalse51), "html"nulltrue);
  142.             yield "] [";
  143.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'51$this->source); })()), "user", [], "any"falsefalsefalse51), "id", [], "any"falsefalsefalse51), "html"nulltrue);
  144.             yield "] [";
  145.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'51$this->source); })()), "user", [], "any"falsefalsefalse51), "email", [], "any"falsefalsefalse51), "html"nulltrue);
  146.             yield "]</div>
  147.                     <div class=\"pt-2\">
  148.                         <a href=\"";
  149.             // line 53
  150.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->getImpersonateExitPath("/admin/user"), "html"nulltrue);
  151.             yield "\" class=\"lg:inline
  152.               hidden
  153.               bg-red-500
  154.               hover:bg-transparent
  155.               border
  156.               border-red-700
  157.               transition-all
  158.               duration-300
  159.               py-2
  160.               px-5
  161.               rounded-full
  162.               text-base
  163.               font-semibold
  164.               leading-6
  165.               text-white
  166.               hover:text-red-400
  167.               lg:w-auto
  168.               w-full
  169.               text-center
  170.               lg:mr-5\">Exit Impersonation </a>
  171.                     </div>
  172.                 </div>
  173.             ";
  174.         }
  175.         // line 76
  176.         yield "
  177.             ";
  178.         // line 77
  179.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  180.         // line 78
  181.         yield "        </div>
  182.         ";
  183.         // line 79
  184.         yield from $this->load("footer.html.twig"79)->unwrap()->yield($context);
  185.         // line 80
  186.         yield "    </body>
  187. </html>
  188. ";
  189.         
  190.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  191.         
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  193.         yield from [];
  194.     }
  195.     // line 6
  196.     /**
  197.      * @return iterable<null|scalar|\Stringable>
  198.      */
  199.     public function block_title(array $context, array $blocks = []): iterable
  200.     {
  201.         $macros $this->macros;
  202.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  204.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  206.         yield "Welcome!";
  207.         
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  209.         
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  211.         yield from [];
  212.     }
  213.     // line 26
  214.     /**
  215.      * @return iterable<null|scalar|\Stringable>
  216.      */
  217.     public function block_stylesheets(array $context, array $blocks = []): iterable
  218.     {
  219.         $macros $this->macros;
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  224.         // line 27
  225.         yield "            ";
  226.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  227.         yield "
  228.         ";
  229.         
  230.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  231.         
  232.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  233.         yield from [];
  234.     }
  235.     // line 30
  236.     /**
  237.      * @return iterable<null|scalar|\Stringable>
  238.      */
  239.     public function block_javascripts(array $context, array $blocks = []): iterable
  240.     {
  241.         $macros $this->macros;
  242.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  243.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  244.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  246.         // line 31
  247.         yield "            ";
  248.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  249.         yield "
  250.         ";
  251.         
  252.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  253.         
  254.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  255.         yield from [];
  256.     }
  257.     // line 77
  258.     /**
  259.      * @return iterable<null|scalar|\Stringable>
  260.      */
  261.     public function block_body(array $context, array $blocks = []): iterable
  262.     {
  263.         $macros $this->macros;
  264.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  266.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  267.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  268.         
  269.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  270.         
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  272.         yield from [];
  273.     }
  274.     /**
  275.      * @codeCoverageIgnore
  276.      */
  277.     public function getTemplateName(): string
  278.     {
  279.         return "base.html.twig";
  280.     }
  281.     /**
  282.      * @codeCoverageIgnore
  283.      */
  284.     public function isTraitable(): bool
  285.     {
  286.         return false;
  287.     }
  288.     /**
  289.      * @codeCoverageIgnore
  290.      */
  291.     public function getDebugInfo(): array
  292.     {
  293.         return array (  287 => 77,  273 => 31,  260 => 30,  246 => 27,  233 => 26,  210 => 6,  197 => 80,  195 => 79,  192 => 78,  190 => 77,  187 => 76,  161 => 53,  152 => 51,  149 => 50,  147 => 49,  144 => 48,  135 => 46,  130 => 45,  121 => 43,  116 => 42,  107 => 40,  103 => 39,  98 => 37,  95 => 36,  93 => 35,  89 => 33,  87 => 30,  84 => 29,  81 => 26,  59 => 6,  52 => 1,);
  294.     }
  295.     public function getSourceContext(): Source
  296.     {
  297.         return new Source("<!DOCTYPE html>
  298. <html>
  299.     <head>
  300.         <meta charset=\"UTF-8\">
  301.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  302.         <title>{% block title %}Welcome!{% endblock %}</title>
  303.         <meta name=\"title\" content=\"Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom.\" />
  304.         <meta name=\"description\" content=\"Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal.\" />
  305.         <!-- Open Graph / Facebook -->
  306.         <meta property=\"og:type\" content=\"website\" />
  307.         <meta property=\"og:url\" content=\"https://onld.co.uk/\" />
  308.         <meta property=\"og:title\" content=\"Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom.\" />
  309.         <meta property=\"og:description\" content=\"Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal.\" />
  310.         <meta property=\"og:image\" content=\"https://onld.co.uk/images/banner_image.jpg\" />
  311.         <!-- Twitter -->
  312.         <meta property=\"twitter:card\" content=\"summary_large_image\" />
  313.         <meta property=\"twitter:url\" content=\"https://onld.co.uk/\" />
  314.         <meta property=\"twitter:title\" content=\"Welcome to ONLD UK : ONLD UK serves as RSP Nepal's official overseas department based in the United Kingdom.\" />
  315.         <meta property=\"twitter:description\" content=\"Overseas Nepalese Liaison Department(ONLD) UK was formed in May 2023 as a conjoined organization of Nepalese residing in the UK who have hope, faith and trust towards the objectives of the National Independent Party (Rastriya Swatantra Party-RSP) of Nepal.\" />
  316.         <meta property=\"twitter:image\" content=\"https://onld.co.uk/images/banner_image.jpg\" />
  317.         <!-- Meta Tags Generated with https://metatags.io -->
  318.         <link rel=\"icon\" href=\"/images/logo.svg\">
  319.         {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  320.         {% block stylesheets %}
  321.             {{ encore_entry_link_tags('app') }}
  322.         {% endblock %}
  323.         {% block javascripts %}
  324.             {{ encore_entry_script_tags('app') }}
  325.         {% endblock %}
  326.     </head>
  327.     <body>
  328.         {% import 'macros/toast.html.twig' as toast %}
  329.         <div class=\"backdrop xl:hidden hidden fixed inset-0 bg-neutral-900/80 backdrop-blur z-20\"></div>
  330.         {% include 'header.html.twig' %} <!-- header -->
  331.         
  332.         {% for success in app.flashes('success') %}
  333.           {{ toast.displayToast('success', success, 3000) }}
  334.         {% endfor %}
  335.         {% for notice in app.flashes('notice') %}
  336.           {{ toast.displayToast('info', notice, 3000) }}
  337.         {% endfor %}
  338.         {% for error in app.flashes('error') %}
  339.             {{ toast.displayToast('warning', error, 3000) }}
  340.         {% endfor %}
  341.         <div class=\"w-full pt-16\">
  342.             {% if is_granted('IS_IMPERSONATOR') %}
  343.                 <div class=\"bg-yellow-300 p-4 flex flex-wrap justify-between\">
  344.                     <div>Logged in as: [{{ app.user.firstName }}] [{{ app.user.id }}] [{{ app.user.email }}]</div>
  345.                     <div class=\"pt-2\">
  346.                         <a href=\"{{ impersonation_exit_path('/admin/user') }}\" class=\"lg:inline
  347.               hidden
  348.               bg-red-500
  349.               hover:bg-transparent
  350.               border
  351.               border-red-700
  352.               transition-all
  353.               duration-300
  354.               py-2
  355.               px-5
  356.               rounded-full
  357.               text-base
  358.               font-semibold
  359.               leading-6
  360.               text-white
  361.               hover:text-red-400
  362.               lg:w-auto
  363.               w-full
  364.               text-center
  365.               lg:mr-5\">Exit Impersonation </a>
  366.                     </div>
  367.                 </div>
  368.             {% endif %}
  369.             {% block body %}{% endblock %}
  370.         </div>
  371.         {% include 'footer.html.twig' %}
  372.     </body>
  373. </html>
  374. ""base.html.twig""/home/u642250512/domains/demo.onld.co.uk/public_html/templates/base.html.twig");
  375.     }
  376. }