{% extends "base.html" %} {% block title %} {{ page_title }} {% endblock title %} {% block content %}

YouTube channels with rewards.

YouTube Help Center has the following channels listed where you can earn rewards:

{% for group in organization_groups %} {% for item in group.channels %} {% endfor %} {% endfor %}
Channel Organization
{{ item.channel }} {{ group.organization }}
{% endblock content %}