diff --git a/templates/twitch/game_list.html b/templates/twitch/game_list.html index 95607c8..b05992d 100644 --- a/templates/twitch/game_list.html +++ b/templates/twitch/game_list.html @@ -5,50 +5,51 @@ {% block content %}
-

Games

+

All Games

Browse all available games

{% if games_by_org %} - {% for organization, games in games_by_org.items %} -
-

{{ organization.name }}

-
+
+
+ {% for organization, games in games_by_org.items %} {% for item in games %} -
- {% endfor %} + {% endfor %} +
+
{% else %}
🎮