templates/game/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Nordic Indiana - Jeux
  3. {% endblock %}
  4. {% block content %}
  5. <section class="game">
  6. {% include './components/_memo.html.twig' %}
  7. {% include './components/_quizz.html.twig' %}
  8. </section>
  9. {% endblock %}