{% extends 'notifpy/base.html' %} {% load static %} {% block title %}Home ∣ {{ block.super }}{% endblock %} {% block main_content %}
Waiting for Twitch lookup...
{% if videos %}
{% for video in videos %}
{% include "notifpy/video.html" %}
{% endfor %}
{% include "piweb/pagination.html" with paginator=video_paginator %} {% else %}

No videos to show

You are probably not subscribed to any channel. Click the button below to add one.

Subscriptions
{% endif %} {% endblock main_content %} {% block body_scripts %} {{ block.super }} {% endblock %}