{% set section = 'attrappitch' %}{% extends 'base.html.twig' %}{% block title %}Pitch - Jeux - Attrap'Pitch{% endblock %}{% block body %}<div data-controller="attrappitch" class="games">{% include '_elements/page-header.html.twig'with {breadcrumb: [{ path:'home', label:"Accueil"},{ path: 'jeux', label: "Toi et Pitch" },{ label: "Attrap'Pitch" }],back: [{ path:'jeux' }]}%}<div id="iframe-attrappitch-container" style="overflow: auto!important; -webkit-overflow-scrolling: touch!important;"><iframe id="iframe-attrappitch" title="Jeu : Attrap'Pitch" width="100%" height="100%" src="/games/attrappitch/index.html"></iframe></div></div>{% endblock %}