{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block title %}YouTube | notif.py{% endblock%} {% block body %}

YouTube

Playlists

Add Playlist
{% if playlists %} {% for playlist in playlists %}

{{ playlist.title }}

{% endfor %} {% else %}

No playlist found.

{% endif %}

Channels

{% if channels %} {% for channel in channels %}
{{channel.title}} {{channel.title}} Unsubscribe
{% endfor %} {% else %}

You are not subscribed to any channel.

{% endif %} {% endblock %}