templates/bundles/SyliusShopBundle/Homepage/article.html.twig line 1

Open in your IDE?
  1. <div class="div-article">
  2.     <h4>NOS DERNIERS ARTICLES</h4>
  3.     {{ render(url('odiseo_sylius_blog_plugin_shop_partial_article_index_latest', {'count': 3, 'template': '@SyliusShop/Homepage/lastArticle.html.twig'})) }}
  4. </div>