{% set section = 'coloriage' %}{% extends 'base.html.twig' %}{% block title %}Pitch - Jeux - Coloriage{% endblock %}{% block body %}<div data-controller="coloriage" class="games">{% include '_elements/page-header.html.twig'with {breadcrumb: [{ path:'home', label:"Accueil"},{ path: 'jeux', label: "Toi et Pitch" },{ label: "Coloriage" }],back: [{ path:'jeux' }]}%}<iframe id="iframe-coloriage" title="Jeu : coloriage" width="100%" height="740" src="/games/coloriage/coloriage.html"></iframe></div>{% endblock %}