{% extends "base_app.html" %} {% set active_page = 'games' %} {% block title %}Games{% endblock %} {% block content %}

Past games

New game
{% if games %} {% else %}

No saved games yet

Finished matches will appear here automatically.

{% endif %}
{% endblock %}