diff --git a/html/playlist.ejs b/html/playlist.ejs new file mode 100644 index 00000000..ccf0cc69 --- /dev/null +++ b/html/playlist.ejs @@ -0,0 +1,239 @@ + + + Poke | Playlist + + + + + + + + + + + + + + + + + + + + +
+
+ <% if (!p.mixId) { %> + +
+
<% } %> + +

<%- p.title %>

+ <% if (!p.mixId) { %> + <%- p.videoCount %> videos • <%- p?.viewCount?.toLocaleString() %> views • by <%- p.author %> + <% } %> + + <%- p.description %> +
+ +
+
+
+ <% p.videos.forEach(x => { %> + + + + <% }) %> + + +
+ + +
+ + + + + +