{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block body %}
{% if streams %} {% for stream in streams %} {{stream.user_name}} {% endfor %} {% else %}

No Twitch live on.

{% endif %}
{% if videos %} {% else %}

No videos to show.

{% endif %} {% endblock %}