var/cache/dev/twig/cb/cbb7d53e31eab73296564bd31a75071767ce87b4e1a38434bc6473b2a2d18ba3.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. /* @SyliusShop/Homepage/_productsGrid.html.twig */
  14. class __TwigTemplate_6a572856a369c569963f8f0fda1cb0b464de559e988c8df4b9b38f3fcd44b902 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Homepage/_productsGrid.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Homepage/_productsGrid.html.twig"));
  33.         // line 1
  34.         echo "<div class=\"ui grid\">
  35.     <div class=\"sixteen wide tablet eight wide computer featured column\">
  36.         ";
  37.         // line 3
  38.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_product_index_latest", ["count" => 1"template" => "@SyliusShop/Homepage/_list.html.twig"]));
  39.         echo "
  40.     </div>
  41.     <div class=\"sixteen wide tablet eight wide computer column\">
  42.         ";
  43.         // line 6
  44.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_product_index_latest", ["count" => 4"template" => "@SyliusShop/Homepage/_list.html.twig"]));
  45.         echo "
  46.     </div>
  47. </div>
  48. <div class=\"ui hidden divider\"></div>
  49. ";
  50.         
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  52.         
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  54.     }
  55.     public function getTemplateName()
  56.     {
  57.         return "@SyliusShop/Homepage/_productsGrid.html.twig";
  58.     }
  59.     public function isTraitable()
  60.     {
  61.         return false;
  62.     }
  63.     public function getDebugInfo()
  64.     {
  65.         return array (  53 => 6,  47 => 3,  43 => 1,);
  66.     }
  67.     public function getSourceContext()
  68.     {
  69.         return new Source("<div class=\"ui grid\">
  70.     <div class=\"sixteen wide tablet eight wide computer featured column\">
  71.         {{ render(url('sylius_shop_partial_product_index_latest', {'count': 1, 'template': '@SyliusShop/Homepage/_list.html.twig'})) }}
  72.     </div>
  73.     <div class=\"sixteen wide tablet eight wide computer column\">
  74.         {{ render(url('sylius_shop_partial_product_index_latest', {'count': 4, 'template': '@SyliusShop/Homepage/_list.html.twig'})) }}
  75.     </div>
  76. </div>
  77. <div class=\"ui hidden divider\"></div>
  78. ""@SyliusShop/Homepage/_productsGrid.html.twig""/home/onproof/public_html/syliusdemo/store/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Homepage/_productsGrid.html.twig");
  79.     }
  80. }