templates/bundles/SyliusShopBundle/Product/index.html.twig line 1
{% extends nglayouts.layoutTemplate %}{% block title %}{{'app.ui.shop'|trans}}{% endblock %}{% block post_header %}{{ render(path('bitbag_sylius_cms_plugin_shop_media_render', {'code' : 'shop_post_header', 'template' : 'frontend/cms/common/media/_header.html.twig'})) }}{% endblock %}{% block body %}<section class="featured-products"><div class="auto-container"><div class="row clearfix"><div class="col-lg-3 col-md-12 col-sm-12">{% include '@SyliusShop/Product/Index/_sidebar.html.twig' %}</div><div class="col-lg-9 col-md-12 col-sm-12 content-side">{% include '@SyliusShop/Product/Index/_main.html.twig' %}</div></div></div></section>{% endblock %}