var/cache/dev/twig/44/443ff7f9e40a46199fe7514c065269c6.php line 113

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/layout.html.twig */
  14. class __TwigTemplate_1a196adb34480f127c3fc2ce74236422 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. 'title' => [$this, 'block_title'],
  25. 'metatags' => [$this, 'block_metatags'],
  26. 'stylesheets' => [$this, 'block_stylesheets'],
  27. 'top' => [$this, 'block_top'],
  28. 'header' => [$this, 'block_header'],
  29. 'content' => [$this, 'block_content'],
  30. 'footer' => [$this, 'block_footer'],
  31. 'javascripts' => [$this, 'block_javascripts'],
  32. ];
  33. }
  34. protected function doDisplay(array $context, array $blocks = [])
  35. {
  36. $macros = $this->macros;
  37. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@SyliusShop/layout.html.twig"));
  39. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@SyliusShop/layout.html.twig"));
  41. // line 1
  42. echo "<!DOCTYPE html>
  43. <html lang=\"";
  44. // line 3
  45. echo twig_escape_filter($this->env, twig_slice($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 3, $this->source); })()), "request", [], "any", false, false, false, 3), "locale", [], "any", false, false, false, 3), 0, 2), "html", null, true);
  46. echo "\">
  47. <head>
  48. <meta charset=\"utf-8\">
  49. <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  50. <title>";
  51. // line 8
  52. $this->displayBlock('title', $context, $blocks);
  53. echo "</title>
  54. <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  55. ";
  56. // line 12
  57. $this->displayBlock('metatags', $context, $blocks);
  58. // line 14
  59. echo "
  60. ";
  61. // line 15
  62. $this->displayBlock('stylesheets', $context, $blocks);
  63. // line 24
  64. echo "
  65. ";
  66. // line 25
  67. echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.head");
  68. echo "
  69. </head>
  70. <body class=\"pushable\">
  71. ";
  72. // line 29
  73. echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.before_body");
  74. echo "
  75. <div class=\"pusher\">
  76. ";
  77. // line 31
  78. $this->displayBlock('top', $context, $blocks);
  79. // line 38
  80. echo "
  81. <div class=\"main stackable grid container\">
  82. ";
  83. // line 40
  84. $this->displayBlock('header', $context, $blocks);
  85. // line 49
  86. echo "
  87. ";
  88. // line 50
  89. $this->loadTemplate("@SyliusShop/_flashes.html.twig", "@SyliusShop/layout.html.twig", 50)->display($context);
  90. // line 51
  91. echo "
  92. ";
  93. // line 52
  94. echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.before_content");
  95. echo "
  96. ";
  97. // line 54
  98. $this->displayBlock('content', $context, $blocks);
  99. // line 56
  100. echo " ";
  101. echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_block_index_by_section_code", ["sectionCode" => "blog", "template" => "@BitBagSyliusCmsPlugin/Shop/Block/index.html.twig"]));
  102. echo "
  103. ";
  104. // line 57
  105. echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.after_content");
  106. echo "
  107. </div>
  108. ";
  109. // line 60
  110. $this->displayBlock('footer', $context, $blocks);
  111. // line 63
  112. echo "</div>
  113. ";
  114. // line 65
  115. $this->displayBlock('javascripts', $context, $blocks);
  116. // line 74
  117. echo "
  118. ";
  119. // line 75
  120. $this->loadTemplate("@SyliusUi/Modal/_confirmation.html.twig", "@SyliusShop/layout.html.twig", 75)->display($context);
  121. // line 76
  122. echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.after_body");
  123. echo "
  124. </body>
  125. </html>
  126. ";
  127. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  128. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  129. }
  130. // line 8
  131. public function block_title($context, array $blocks = [])
  132. {
  133. $macros = $this->macros;
  134. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  135. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  136. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  137. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  138. echo "Hephaestos";
  139. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  140. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  141. }
  142. // line 12
  143. public function block_metatags($context, array $blocks = [])
  144. {
  145. $macros = $this->macros;
  146. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  147. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatags"));
  148. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  149. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatags"));
  150. // line 13
  151. echo " ";
  152. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  153. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  154. }
  155. // line 15
  156. public function block_stylesheets($context, array $blocks = [])
  157. {
  158. $macros = $this->macros;
  159. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  160. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  161. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  162. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  163. // line 16
  164. echo "
  165. ";
  166. // line 17
  167. $this->loadTemplate("@SyliusUi/_stylesheets.html.twig", "@SyliusShop/layout.html.twig", 17)->display(twig_array_merge($context, ["path" => "assets/shop/css/style.css"]));
  168. // line 18
  169. echo "
  170. ";
  171. // line 19
  172. echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  173. echo "
  174. <script src=\"https://www.google.com/recaptcha/enterprise.js?render=6LcVA5YqAAAAAFN9xrkGvHU7pozXj_3usT0o--ER\"></script>
  175. ";
  176. // line 22
  177. echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.stylesheets");
  178. echo "
  179. ";
  180. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  181. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  182. }
  183. // line 31
  184. public function block_top($context, array $blocks = [])
  185. {
  186. $macros = $this->macros;
  187. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  188. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "top"));
  189. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  190. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "top"));
  191. // line 32
  192. echo "
  193. <div class=\"ui menu fixed stackable doubling large inverted mymenu\">
  194. ";
  195. // line 34
  196. echo twig_include($this->env, $context, "@SyliusShop/Menu/completeMenu.html.twig");
  197. echo "
  198. </div>
  199. ";
  200. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  201. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  202. }
  203. // line 40
  204. public function block_header($context, array $blocks = [])
  205. {
  206. $macros = $this->macros;
  207. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  208. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
  209. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  210. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
  211. // line 41
  212. echo " <header style=\"height: auto !important; background:transparent;\">
  213. ";
  214. // line 42
  215. echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_taxon_index_by_code", ["code" => "category", "template" => "@SyliusShop/Taxon/_horizontalMenu.html.twig"]));
  216. echo "
  217. ";
  218. // line 43
  219. $this->loadTemplate("@SyliusShop/_header.html.twig", "@SyliusShop/layout.html.twig", 43)->display($context);
  220. // line 44
  221. echo "
  222. ";
  223. // line 45
  224. echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.after_header");
  225. echo "
  226. </header>
  227. ";
  228. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  229. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  230. }
  231. // line 54
  232. public function block_content($context, array $blocks = [])
  233. {
  234. $macros = $this->macros;
  235. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  236. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  237. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  238. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  239. // line 55
  240. echo " ";
  241. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  242. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  243. }
  244. // line 60
  245. public function block_footer($context, array $blocks = [])
  246. {
  247. $macros = $this->macros;
  248. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  249. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  250. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  251. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  252. // line 61
  253. echo " ";
  254. $this->loadTemplate("@SyliusShop/_footer.html.twig", "@SyliusShop/layout.html.twig", 61)->display($context);
  255. // line 62
  256. echo " ";
  257. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  258. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  259. }
  260. // line 65
  261. public function block_javascripts($context, array $blocks = [])
  262. {
  263. $macros = $this->macros;
  264. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  265. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  266. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  267. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  268. // line 66
  269. echo " ";
  270. $this->loadTemplate("@SyliusUi/_javascripts.html.twig", "@SyliusShop/layout.html.twig", 66)->display(twig_array_merge($context, ["path" => "assets/shop/js/app.js"]));
  271. echo "
  272. ";
  273. // line 68
  274. echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.javascripts");
  275. echo "
  276. ";
  277. // line 70
  278. echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  279. echo "
  280. ";
  281. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  282. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  283. }
  284. public function getTemplateName()
  285. {
  286. return "@SyliusShop/layout.html.twig";
  287. }
  288. public function isTraitable()
  289. {
  290. return false;
  291. }
  292. public function getDebugInfo()
  293. {
  294. return array ( 356 => 70, 351 => 68, 345 => 66, 335 => 65, 325 => 62, 322 => 61, 312 => 60, 302 => 55, 292 => 54, 278 => 45, 275 => 44, 273 => 43, 269 => 42, 266 => 41, 256 => 40, 242 => 34, 238 => 32, 228 => 31, 216 => 22, 210 => 19, 207 => 18, 205 => 17, 202 => 16, 192 => 15, 182 => 13, 172 => 12, 153 => 8, 139 => 76, 137 => 75, 134 => 74, 132 => 65, 128 => 63, 126 => 60, 120 => 57, 115 => 56, 113 => 54, 108 => 52, 105 => 51, 103 => 50, 100 => 49, 98 => 40, 94 => 38, 92 => 31, 87 => 29, 80 => 25, 77 => 24, 75 => 15, 72 => 14, 70 => 12, 63 => 8, 55 => 3, 51 => 1,);
  295. }
  296. public function getSourceContext()
  297. {
  298. return new Source("<!DOCTYPE html>
  299. <html lang=\"{{ app.request.locale|slice(0, 2) }}\">
  300. <head>
  301. <meta charset=\"utf-8\">
  302. <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  303. <title>{% block title %}Hephaestos{% endblock %}</title>
  304. <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  305. {% block metatags %}
  306. {% endblock %}
  307. {% block stylesheets %}
  308. {% include '@SyliusUi/_stylesheets.html.twig' with {'path': 'assets/shop/css/style.css'} %}
  309. {{ encore_entry_link_tags('app') }}
  310. <script src=\"https://www.google.com/recaptcha/enterprise.js?render=6LcVA5YqAAAAAFN9xrkGvHU7pozXj_3usT0o--ER\"></script>
  311. {{ sonata_block_render_event('sylius.shop.layout.stylesheets') }}
  312. {% endblock %}
  313. {{ sonata_block_render_event('sylius.shop.layout.head') }}
  314. </head>
  315. <body class=\"pushable\">
  316. {{ sonata_block_render_event('sylius.shop.layout.before_body') }}
  317. <div class=\"pusher\">
  318. {% block top %}
  319. <div class=\"ui menu fixed stackable doubling large inverted mymenu\">
  320. {{ include('@SyliusShop/Menu/completeMenu.html.twig') }}
  321. </div>
  322. {% endblock %}
  323. <div class=\"main stackable grid container\">
  324. {% block header %}
  325. <header style=\"height: auto !important; background:transparent;\">
  326. {{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'category', 'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}
  327. {% include '@SyliusShop/_header.html.twig' %}
  328. {{ sonata_block_render_event('sylius.shop.layout.after_header') }}
  329. </header>
  330. {% endblock %}
  331. {% include '@SyliusShop/_flashes.html.twig' %}
  332. {{ sonata_block_render_event('sylius.shop.layout.before_content') }}
  333. {% block content %}
  334. {% endblock %}
  335. {{ render(path('bitbag_sylius_cms_plugin_shop_block_index_by_section_code', {'sectionCode' : 'blog', 'template' : '@BitBagSyliusCmsPlugin/Shop/Block/index.html.twig'})) }}
  336. {{ sonata_block_render_event('sylius.shop.layout.after_content') }}
  337. </div>
  338. {% block footer %}
  339. {% include '@SyliusShop/_footer.html.twig' %}
  340. {% endblock %}
  341. </div>
  342. {% block javascripts %}
  343. {% include '@SyliusUi/_javascripts.html.twig' with {'path': 'assets/shop/js/app.js'} %}
  344. {{ sonata_block_render_event('sylius.shop.layout.javascripts') }}
  345. {{ encore_entry_script_tags('app') }}
  346. {% endblock %}
  347. {% include '@SyliusUi/Modal/_confirmation.html.twig' %}
  348. {{ sonata_block_render_event('sylius.shop.layout.after_body') }}
  349. </body>
  350. </html>
  351. ", "@SyliusShop/layout.html.twig", "/home/hephaestos.eu/public_html/hephsite/templates/bundles/SyliusShopBundle/layout.html.twig");
  352. }
  353. }