{% extends "layout.html" %} {% block title %} Home {% endblock %} {% block meta %} {% endblock %} {% block content %} {% if authorized %} {% include "header.html" %} {% if streams is defined %} {% for stream in streams %}
{{stream['username']}} is streaming!
{{stream['title']}}

{{stream['description']}}

Play
{% endfor %} {% else %} {% endif %} {% else %}
Overpass
Sign in

Click the button to sign in with Discord.

{% endif %} {% endblock %}