{% extends "layout.html" %} {% block content %} {% include "header.html" %} {% if archive is defined %} {% for stream in archive %}
Streamed by {{stream['username']}} at {{stream['start_date']}}
{{stream['title']}}

{{stream['description']}}

Watch
{% endfor %} {% else %} {% endif %} {% endblock %}