{% extends 'notifpy/base.html' %} {% load static %} {% block title %}YouTube | Notifpy{% 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}}
{% endfor %}
{% else %}

You are not subscribed to any channel.

{% endif %} {% endblock %}