templates/page_generator/electronique.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/presentation_systemHF.html.twig', {}) }}
  5. {#
  6. {{ include('electronique/formation.html.twig') }}
  7. {{ include('electronique/bijoute_video.html.twig') }}
  8. #}
  9. {#
  10. {{ include('electronique/HF_system.html.twig') }}
  11. #}
  12. {% for taxoncode in code %}
  13. {{ render(url('app_shop_partial_product_index_latest_by_taxon_code', {'code': taxoncode, 'count': maxresult, 'template': 'electronique/board_list.html.twig'})) }}
  14. {% endfor %}
  15. </div>
  16. {% endblock %}