diff options
Diffstat (limited to 'templates/post.html')
| -rw-r--r-- | templates/post.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 69c17e2..0a6cc6e 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,5 +1,6 @@ {{template "base" .}} {{define "content"}} -{{ . }} +<h1>{{.Title}}</h1> +{{ .Post }} {{end}} |
