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