summaryrefslogtreecommitdiff
path: root/src/gmi/tpl/posts/post.gmi
blob: 52ac5ff450572f9204877cf93eb38410c55d19db (plain)
1
2
3
4
5
6
7
8
9
{{ $post := .GetPostByID (.GetQueryValue "id" "") -}}

# {{ $post.Title }}

{{ if ne $post.Description "" -}}
> {{ $post.Description }}
{{ end -}}

{{ $post.Body }}