{% extends 'base.html' %} {% block headtitle %}Sources{% endblock %} {% block content %}
Add a YouTube channel
Add a YouTube playlist
{% if sources %}
{% include 'pagination.html' with pagination=sources.paginator %}
{% endif %} {% endblock %}