templates/page_generator/formation.html.twig line 1

Open in your IDE?
  1. {% extends '@SyliusShop/layout.html.twig' %}
  2. {% block content %}
  3. <div class="container-fluid">
  4. {{ include('electronique/formation.html.twig') }}
  5. {#
  6. {% for taxoncode in code %}
  7. {{ render(url('app_shop_partial_product_index_latest_by_taxon_code', {'code': taxoncode, 'count': maxresult, 'template': 'electronique/board_list.html.twig'})) }}
  8. {% endfor %}
  9. #}
  10. </div>
  11. {% endblock %}