From 299ef187bb83345ca12796e56a7b5ed8d2e04c67 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 4 Dec 2020 21:53:08 -0800 Subject: not working lol --- templates_old/threads.html.hbs | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 templates_old/threads.html.hbs (limited to 'templates_old/threads.html.hbs') diff --git a/templates_old/threads.html.hbs b/templates_old/threads.html.hbs new file mode 100644 index 0000000..f9f1b85 --- /dev/null +++ b/templates_old/threads.html.hbs @@ -0,0 +1,57 @@ +chan - /{{ this.0.board }}/ + +{{> header }} + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + +
+
+ +
+ +{{ #if this }} + {{ #each this }} + + +
+
+

{{ this.name }}

+

{{ this.comment }}

+ + +
+
+
+ {{ /each }} +{{ else }} + +{{ /if }} -- cgit v1.2.3