{% extends "base.html" %} {% block title %}Game - {{ game.id }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
The description of the game is: {{ game.description }}