{% extends "layout.html" %} {% block content %} {% include "header.html" %} {% if stream %}

{{stream['title']}}

by {{stream['username']}}
{{stream['description']}}
{% else %} {% endif %} {% endblock %}