{% extends "base.html" %} {% block title %}Genre: {{object.name}}{% endblock %} {% block content %}

{{object.game_set.count}} games

{% for game in object_list.all %} {% include "games/_game_card.html" %} {% endfor %}
{% include "games/_pagination.html" %} {% endblock %}