This is the page for game with id {{ game.id }}, played on date {{ game.date }}
{% if game.description %}
The description of the game is: {{ game.description }}
{% endif %}