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

Hi, {{ current_user.name }}!

{{ message }}

My games:

{% for game in current_user.games %} {% endfor %}
Name State Start Time End Time My Role
Gamename Running yesterday tomorrow bitch
{{ game.name }} {{ game.state }} {{ game.start_time }} {{ game.end_time }} bitch
{% endblock %}