aboutsummaryrefslogtreecommitdiff
path: root/ui/html/pages/post.tmpl.html
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-11-25 19:47:20 -0500
committerSamuel Johnson <[email protected]>2025-11-25 19:47:20 -0500
commit3c237fc659c2829042407697ca7aa3e1442a5719 (patch)
tree6557b2faa27eb9880ef96c8755bed3f8a461d2ae /ui/html/pages/post.tmpl.html
parent368a462bc744d8e9084eacfaddeb9afcaf7f7133 (diff)
Add post editing interface
Diffstat (limited to 'ui/html/pages/post.tmpl.html')
-rw-r--r--ui/html/pages/post.tmpl.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/html/pages/post.tmpl.html b/ui/html/pages/post.tmpl.html
new file mode 100644
index 0000000..eefbd82
--- /dev/null
+++ b/ui/html/pages/post.tmpl.html
@@ -0,0 +1,8 @@
+{{define "title"}}{{.Post.Name}} - {{.Post.FormattedTime}}{{end}}
+{{define "description"}}{{.Post.Brief}}{{end}}
+
+{{define "main"}}
+ <div class="card">
+ {{.Post.Content}}
+ </div>
+{{end}}