From 8d92bdf7da95e1085485c0e60b9dac19c246e235 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 23 Jan 2024 06:33:20 -0500 Subject: move ui templates into src, update conf to handle other paths, export User Insert Hooks --- ui/templates/comments.tmpl.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ui/templates/comments.tmpl.html (limited to 'ui/templates/comments.tmpl.html') diff --git a/ui/templates/comments.tmpl.html b/ui/templates/comments.tmpl.html deleted file mode 100644 index b069bbd..0000000 --- a/ui/templates/comments.tmpl.html +++ /dev/null @@ -1,16 +0,0 @@ -{{define "comments"}} -
- {{range $comment := .comments }} - by {{$comment.username}} - {{$comment.created_at}} - - Flag - Hide - Reply - - - {{ end }} -
-{{end}} -- cgit v1.2.3