var/cache/dev/twig/f2/f2e648f9a9e72ab6106972c02500f969416649ee00a2615f3de1fe8819d69e6b.php line 47

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. /* index.twig */
  14. class __TwigTemplate_2335c72feba8f3f49e42b2974ed54d7450b25c622804221675ba30b47d15c6c6 extends \Eccube\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->blocks = [
  23.         ];
  24.     }
  25.     protected function doGetParent(array $context)
  26.     {
  27.         // line 11
  28.         return "default_frame.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""index.twig"));
  35.         // line 13
  36.         $context["body_class"] = "front_page";
  37.         // line 11
  38.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  42.     }
  43.     public function getTemplateName()
  44.     {
  45.         return "index.twig";
  46.     }
  47.     public function isTraitable()
  48.     {
  49.         return false;
  50.     }
  51.     public function getDebugInfo()
  52.     {
  53.         return array (  46 => 11,  44 => 13,  34 => 11,);
  54.     }
  55.     public function getSourceContext()
  56.     {
  57.         return new Source("""index.twig""/home/toeitrading/animalhealth.jp/public_html/app/template/default/index.twig");
  58.     }
  59. }