{% set section = 'ingredients' %}{% extends 'base.html.twig' %}{% block title %}Pitch - Brioche Pasquier{% endblock %}{% block body %}<div data-controller="ingredients">{% include '_elements/page-header.html.twig'with {breadcrumb: [{ path:'home', label:"Accueil"},{ path:'factory', label:"La fabrique"},{ label: "Les ingrédients" }],back: [{ path:'factory' }]}%}<div class="ingredients__layers"><div class="ingredients__theme">{% include 'la-fabrique/ingredients/ingredients.svg' %}</div><div class="ingredients__ui">{% include 'la-fabrique/ingredients/ui.svg' %}</div></div></div>{% endblock %}