{% extends "layout.html" %} {% block title %} Archive {% endblock %} {% block content %} {% include "header.html" %}
Archive
{% if archive is defined and archive|length %} {% for stream in archive %} {% endfor %}
Date User Title Duration
{{ stream['start_date'] }} UTC {{ stream['username'] }} {{ stream['title'] }} {{ stream["duration"] }}
{{ stream["description"] | nl2br }}
{% else %} {% endif %} {% endblock %}