From 2566e314e8351ffbceae9a2688d90a5c811d49e5 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Fri, 22 Jan 2021 21:12:26 -0800 Subject: client to server conversion --- static/npost.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 static/npost.html (limited to 'static/npost.html') diff --git a/static/npost.html b/static/npost.html new file mode 100644 index 0000000..bf07c63 --- /dev/null +++ b/static/npost.html @@ -0,0 +1,39 @@ +{{ define "header" }} + +{{ end }} + +{{ define "content" }} +{{ $board := .Board }} + +
+ +
+ +{{ template "posts" . }} + +
+ +
+ [Post a Reply] + {{ $replies := (index .Posts 0).Replies }} + {{ $replies.TotalItems }} / {{ $replies.TotalImgs }} +
+
+{{ end }} + +{{ define "script" }} + + +{{ end }} -- cgit v1.2.3