From 8933627f6c5f9932f9ee60c1d9284091b7eea522 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 23 Apr 2020 18:32:13 +0200 Subject: Add new theme --- bcst/themes/hrstv/index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 bcst/themes/hrstv/index.html (limited to 'bcst/themes/hrstv/index.html') diff --git a/bcst/themes/hrstv/index.html b/bcst/themes/hrstv/index.html new file mode 100644 index 0000000..505a677 --- /dev/null +++ b/bcst/themes/hrstv/index.html @@ -0,0 +1,68 @@ + + + + + + + + {{ title }} + + + + +
+
+ {%- for key,value in bookmarks.items() %} +

{{key}}

+ {% for link_name, url in value.items() -%} + {{link_name}} + {% endfor %} + {% if not loop.last %} +


+ {%- endif -%} + {%- endfor -%} + +
+ +



+ +
+ + +
+
+ + -- cgit v1.2.3