{% extends 'modal.html.twig' %} {% block title %}{{ game.name }}{% endblock %} {% block content %} {% block header %} {% if game.getPicture %} {% endif %} {% endblock %} {% block content %}

{{ game.getDescription }}

{% endblock %}