From 2fe3b4972f02be8b0c6143325d541ddda4b91559 Mon Sep 17 00:00:00 2001 From: vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:44:29 +0200 Subject: Initial version --- views/thread.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 views/thread.html (limited to 'views/thread.html') diff --git a/views/thread.html b/views/thread.html new file mode 100644 index 0000000..6106b79 --- /dev/null +++ b/views/thread.html @@ -0,0 +1,22 @@ + + + + +Paperchan.club - Thread {{.threadId}} + + + + + +
+

Paperchan.club

+

Home

+
+ {{ range .posts }} +
+ +

{{.CreatedAt}}

+
+ {{ end }} +
+{{template "partials/canvas" .}} -- cgit v1.2.3