var/cache/dev_hc896b0aecebc6aae6bec469c82cd525f/twig/1e/1e6c2ab512b956a2d20dbfa7ae8a8ea09146dd95f5caecc3901d62d148652eea.php line 73

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @DreiscCmsPro/storefront/section/cms-section-default.html.twig */
  16. class __TwigTemplate_3be639139c2b6dc3ee18e53304a636c1 extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->blocks = [
  25.             'section_default_content_block' => [$this'block_section_default_content_block'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@Storefront/storefront/section/cms-section-default.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@DreiscCmsPro/storefront/section/cms-section-default.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@DreiscCmsPro/storefront/section/cms-section-default.html.twig"));
  40.         $this->parent $this->loadTemplate("@Storefront/storefront/section/cms-section-default.html.twig""@DreiscCmsPro/storefront/section/cms-section-default.html.twig"2);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 3
  48.     public function block_section_default_content_block($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""section_default_content_block"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""section_default_content_block"));
  55.         // line 4
  56.         echo "    ";
  57.         // line 5
  58.         echo "    ";
  59.         $this->loadTemplate("@MoorlFoundation/storefront/section/cms-section-block-container.html.twig""@DreiscCmsPro/storefront/section/cms-section-default.html.twig"5)->display(twig_array_merge($context, ["sectionBlocks" => sw_get_attribute($this->env$this->source,         // line 6
  60. ($context["section"] ?? null), "blocks", [], "any"falsefalsefalse6)]));
  61.         
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  63.         
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  65.     }
  66.     public function getTemplateName()
  67.     {
  68.         return "@DreiscCmsPro/storefront/section/cms-section-default.html.twig";
  69.     }
  70.     public function isTraitable()
  71.     {
  72.         return false;
  73.     }
  74.     public function getDebugInfo()
  75.     {
  76.         return array (  72 => 6,  70 => 5,  68 => 4,  58 => 3,  35 => 2,);
  77.     }
  78.     public function getSourceContext()
  79.     {
  80.         return new Source("{% sw_extends '@Storefront/storefront/section/cms-section-default.html.twig' %}
  81. {% block section_default_content_block %}
  82.     {# Adding the CmsBlockCollection to the default include #}
  83.     {% sw_include \"@Storefront/storefront/section/cms-section-block-container.html.twig\" with {
  84.         sectionBlocks: section.blocks
  85.     } %}
  86. {% endblock %}
  87. ""@DreiscCmsPro/storefront/section/cms-section-default.html.twig""/var/www/share/efb-elektronik.dev.mc.emzcustomers.de/shopware6/vendor/store.shopware.com/dreisccmspro/src/Resources/views/storefront/section/cms-section-default.html.twig");
  88.     }
  89. }