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

All games


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

There's no promoted games available at the moment

{% endif %} {% endblock %}