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

{{stream['description']}}

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

Click the button to sign in with Discord.
You must be a member of Satl's Discord server to gain access to the streaming platform.

{% endif %} {% endblock %}