{% set section = 'factory' %}{% extends 'base.html.twig' %}{% block title %}Pitch - Brioche Pasquier{% endblock %}{% block body %}<div data-controller="factory">{% include '_elements/page-header.html.twig'with {breadcrumb: [{ path:'home', label:"Accueil"},{ label: "La fabrique" }],back: [{ path:'home' }]}%}<div class="factory__layers"><div class="factory__theme">{% include 'la-fabrique/themes/' ~ theme ~ '.svg' %}</div><div class="factory__ui">{% include 'la-fabrique/themes/ui.svg' %}</div></div></div>{% endblock %}