diff --git a/templates/youtube/index.html b/templates/youtube/index.html index f5dca90..cf65d83 100644 --- a/templates/youtube/index.html +++ b/templates/youtube/index.html @@ -1,20 +1,34 @@ {% extends "base.html" %} {% block title %} - YouTube Drops Channels + YouTube channels with rewards {% endblock title %} {% block content %}
-

YouTube Drops Channels

-

Official channels from YouTube partner accounts where drops/rewards may be available.

- {% for group in partner_groups %} -

{{ group.partner }}

-
{% endblock content %}