diff --git a/html/channel.ejs b/html/channel.ejs
index 4f6e18f1..cab2bc38 100644
--- a/html/channel.ejs
+++ b/html/channel.ejs
@@ -963,7 +963,14 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=<
Posts
<% } %>
<% } %>
+
+<% if (Array.isArray(playlist?.playlists)) { %>
+ <% if (playlist.playlists.length != "0") { %>
+
+ Playlists
+ <% } %>
+ <% } %>
<% } %>