summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/post.html b/templates/post.html
new file mode 100644
index 0000000..bc567f2
--- /dev/null
+++ b/templates/post.html
@@ -0,0 +1,6 @@
+{{template "base" .}}
+{{define "content"}}
+<a href="/posts">← Posts</a>
+<h1>{{.Meta.title}}</h1>
+{{ .Body }}
+{{end}} \ No newline at end of file