<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @SyliusShop/Homepage/_latestProducts.html.twig */
class __TwigTemplate_9fa2b3b622a16a8b9168e3c461ca5c4a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@SyliusShop/Homepage/_latestProducts.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@SyliusShop/Homepage/_latestProducts.html.twig"));
// line 1
$macros["headers"] = $this->macros["headers"] = $this->loadTemplate("@SyliusShop/Common/Macro/sectionHeaders.html.twig", "@SyliusShop/Homepage/_latestProducts.html.twig", 1)->unwrap();
// line 2
echo "
";
// line 4
echo "
";
// line 8
echo "<section class=\"products\">
<div class=\"under-50dh \">
<h2 class=\"fw-bold pb-4 text-main\">Under 50 HD</h2>
<div class=\"row d-flex\" ";
// line 11
echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("latest-products");
echo ">
";
// line 12
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" => 8, "template" => "@SyliusShop/Homepage/_list.html.twig"]));
echo "
</div>
</div>
<div class=\"under-50dh\">
<h2 class=\"fw-bold pb-4 pt-4\">Hot Trend</h2>
<div class=\"row\">
";
// line 18
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" => 8, "template" => "@SyliusShop/Homepage/_list.html.twig"]));
echo "
</div>
</div>
</section>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@SyliusShop/Homepage/_latestProducts.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 18, 60 => 12, 56 => 11, 51 => 8, 48 => 4, 45 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% import '@SyliusShop/Common/Macro/sectionHeaders.html.twig' as headers %}
{# {{ headers.default('sylius.ui.latest_products'|trans) }} #}
{# <div {{ sylius_test_html_attribute('latest-products') }}>
{{ render(url('sylius_shop_partial_product_index_latest', {'count': 8, 'template': '@SyliusShop/Homepage/_list.html.twig'})) }}
</div> flex-nowrap #}
<section class=\"products\">
<div class=\"under-50dh \">
<h2 class=\"fw-bold pb-4 text-main\">Under 50 HD</h2>
<div class=\"row d-flex\" {{ sylius_test_html_attribute('latest-products') }}>
{{ render(url('sylius_shop_partial_product_index_latest', {'count': 8, 'template': '@SyliusShop/Homepage/_list.html.twig'})) }}
</div>
</div>
<div class=\"under-50dh\">
<h2 class=\"fw-bold pb-4 pt-4\">Hot Trend</h2>
<div class=\"row\">
{{ render(url('sylius_shop_partial_product_index_latest', {'count': 8, 'template': '@SyliusShop/Homepage/_list.html.twig'})) }}
</div>
</div>
</section>", "@SyliusShop/Homepage/_latestProducts.html.twig", "/var/www/livmedx.com/themes/XChildTheme/templates/bundles/SyliusShopBundle/Homepage/_latestProducts.html.twig");
}
}