{% extends "base.html" %} {% block content %} {% for game in games %} Download

{{ game.title }} - {{ game.game_id }}

{% endfor %} {% endblock %}