{% extends "layout.html" %} {% block title %} Watch {% endblock %} {% block content %} {% include "header.html" %} {% if stream %}
{% else %} {% endif %}

{{stream['title']}}

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