{% extends 'base.html' %} {% block 'content' %}

Highlighted games


{% if games %} {% include 'main/games-list.html' with gameslist=games highlight_promoted=False%} {% else %}

There's no promoted games available at the moment

{% endif %} {% endblock %}