{% extends "base.html" %} {% block head_title %}Games{% endblock %} {% block body %}

Games

{% for game in games_list %} {{ game.description | safe }}
[Read more... {{ game.comments.count }} Comments]

{% endfor %} {% endblock %}