From f7d2d96507ea1a9f6b2fb814ba0c11c1d664cbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Helle=C5=9Ben?= Date: Mon, 16 Mar 2026 23:26:00 +0100 Subject: [PATCH] Update YouTube channels page to include rewards information and improve layout --- templates/youtube/index.html | 38 ++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) 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 %}