{% extends 'notifpy/base.html' %} {% load static %} {% block title %}Twitch | Notifpy{% endblock%} {% block body %}
{{ stream.user_name | safe }} {% if stream.game %} · {{ stream.game.name | safe }} {% endif %}
{{ stream.title | safe }} · {{ stream.viewer_count }}
No user is currently live.
{% endif %}You are not following any user.
{% endif %} {% endblock body %}