{% extends "base.html" %} {% load static %} {% block content %}
{% include "partials/toc.html" %}
{% include "partials/info_box.html" %} {% for game in games %} {% include "partials/game_card.html" %} {% endfor %}
{% endblock content %}