summaryrefslogtreecommitdiff
path: root/src/gmi/tpl/posts/post.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmi/tpl/posts/post.gmi')
-rw-r--r--src/gmi/tpl/posts/post.gmi9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gmi/tpl/posts/post.gmi b/src/gmi/tpl/posts/post.gmi
new file mode 100644
index 0000000..52ac5ff
--- /dev/null
+++ b/src/gmi/tpl/posts/post.gmi
@@ -0,0 +1,9 @@
+{{ $post := .GetPostByID (.GetQueryValue "id" "") -}}
+
+# {{ $post.Title }}
+
+{{ if ne $post.Description "" -}}
+> {{ $post.Description }}
+{{ end -}}
+
+{{ $post.Body }}