From c72dfab37fd6f0d739ea70d42779b2a8c85e9915 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 26 Nov 2025 00:58:34 -0500 Subject: Add Youtube RSS parser --- ui/html/pages/feed_index.tmpl.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ui/html/pages/feed_index.tmpl.html (limited to 'ui/html/pages/feed_index.tmpl.html') diff --git a/ui/html/pages/feed_index.tmpl.html b/ui/html/pages/feed_index.tmpl.html new file mode 100644 index 0000000..59b37d4 --- /dev/null +++ b/ui/html/pages/feed_index.tmpl.html @@ -0,0 +1,37 @@ +{{define "title"}}RSS Feeds{{end}} +{{define "description"}}"alternative to social media platforms"{{end}} + +{{define "main"}} +
+
+

Feeds

+

Alternative to social media platforms

+
+
+ {{if .IsAuth}} + Logout + {{else}} + Login + {{end}} +
+ {{if .IsAuth}} +
+
+ + + + +
+ +
+
+
+ {{end}} + {{range .Rows}} +
+ +
+ {{end}} +{{end}} -- cgit v1.2.3