diff --git a/html/lite.ejs b/html/lite.ejs index e9925655..e55b1b92 100644 --- a/html/lite.ejs +++ b/html/lite.ejs @@ -441,7 +441,19 @@ background: none !important;
- + <% if (Array.isArray(inv_vid?.keywords)) { %> + +
Tags
+
+ + <% inv_vid?.keywords.forEach(x => { %> +
+ + <%=x %> + +
+ + <% }) %>