aboutsummaryrefslogtreecommitdiff
path: root/ui/html/pages/post.tmpl.html
diff options
context:
space:
mode:
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}}