Game ID
Game Name
Minutes Played
{% for game in game %} {% comment %} each game object is a dictionary with "appid", "name " and "playtime_forever" keys {% endcomment %}
{{ game.appid }}
{{game.name}}
{{ game.playtime_forever }}
{% endfor %}