themes/XChildTheme/templates/bundles/SyliusShopBundle/Homepage/index.html.twig line 7

Open in your IDE?
  1. {% extends '@SyliusShop/layout.html.twig' %}
  2. {% block content %}
  3. <div class="homepage">
  4. <div class="row d-flex flex-row flex-nowrap">
  5. <div class="col col-page ">
  6. {{ sylius_template_event('sylius.shop.homepage') }}
  7. </div>
  8. {# MH #}
  9. {# {{ render(url('sylius_shop_partial_cart_summary', {'template': '@SyliusShop/Cart/_widgetCol.html.twig'})) }} #}
  10. </div>
  11. </div>
  12. {% endblock %}