var/cache/dev/twig/e9/e9b64284967d506dfa44bd73f1f3136d.php line 51

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. /* @SyliusShop/Homepage/_catalog.html.twig */
  14. class __TwigTemplate_68d6f2b22e9daeee2cc20679d380e4d3 extends \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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Homepage/_catalog.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Homepage/_catalog.html.twig"));
  33.         // line 1
  34.         echo "<section class=\"homepage-catalog container-fluid mt-6\">
  35.     <div class=\"mx-lg-3\">
  36.         <h2>";
  37.         // line 3
  38.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.homepage.catalog_title"), "html"nulltrue);
  39.         echo "</h2>
  40.         ";
  41.         // line 4
  42.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_channel_menu_taxon_index", ["template" => "@SyliusShop/Taxon/_homepage_catalog.html.twig"]));
  43.         echo "
  44.     </div>
  45. </section>
  46. ";
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     public function getTemplateName()
  53.     {
  54.         return "@SyliusShop/Homepage/_catalog.html.twig";
  55.     }
  56.     public function isTraitable()
  57.     {
  58.         return false;
  59.     }
  60.     public function getDebugInfo()
  61.     {
  62.         return array (  51 => 4,  47 => 3,  43 => 1,);
  63.     }
  64.     public function getSourceContext()
  65.     {
  66.         return new Source("<section class=\"homepage-catalog container-fluid mt-6\">
  67.     <div class=\"mx-lg-3\">
  68.         <h2>{{ 'app.ui.homepage.catalog_title'|trans }}</h2>
  69.         {{ render(url('sylius_shop_partial_channel_menu_taxon_index', {'template': '@SyliusShop/Taxon/_homepage_catalog.html.twig'})) }}
  70.     </div>
  71. </section>
  72. ""@SyliusShop/Homepage/_catalog.html.twig""/var/www/sudekusa-shop-test/themes/BootstrapChildTheme/SyliusShopBundle/views/Homepage/_catalog.html.twig");
  73.     }
  74. }