{% extends "base.html" %} {% block title %}Game list{% endblock %} {% block content %} <ul> {% for game in object_list %} <li>{{game}}</li> {% endfor %} </uk> {% endblock %}