var/cache/dev/twig/5c/5cd53d6e961a8e182f0917363edaee201962e7249f738431ba932af64214d9b6.php line 37

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. /* base.html.twig */
  14. class __TwigTemplate_9464f212ae9950af1fd6f969aad1513d4b6b7626e6368c5d50d05f56a0ede88c extends 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->blocks = [
  23.         ];
  24.     }
  25.     protected function doGetParent(array $context)
  26.     {
  27.         // line 1
  28.         return "@SocleTechnique/front/base.html.twig";
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         $this->parent $this->loadTemplate("@SocleTechnique/front/base.html.twig""base.html.twig"1);
  38.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  39.         
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  41.         
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  43.     }
  44.     /**
  45.      * @codeCoverageIgnore
  46.      */
  47.     public function getTemplateName()
  48.     {
  49.         return "base.html.twig";
  50.     }
  51.     /**
  52.      * @codeCoverageIgnore
  53.      */
  54.     public function isTraitable()
  55.     {
  56.         return false;
  57.     }
  58.     /**
  59.      * @codeCoverageIgnore
  60.      */
  61.     public function getDebugInfo()
  62.     {
  63.         return array (  34 => 1,);
  64.     }
  65.     public function getSourceContext()
  66.     {
  67.         return new Source("{% extends '@SocleTechnique/front/base.html.twig' %}
  68. ""base.html.twig""/home/assurboat/assurboat/templates/base.html.twig");
  69.     }
  70. }