diff options
Diffstat (limited to 'templates/postHelp.tmpl')
-rw-r--r-- | templates/postHelp.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/postHelp.tmpl b/templates/postHelp.tmpl index ca2e319..d7124eb 100644 --- a/templates/postHelp.tmpl +++ b/templates/postHelp.tmpl @@ -2,5 +2,8 @@ {{ printf "%s" .Meta }} {{ end }} {{ define "main" }} + <h1>Post</h1> + <div class="postContent"> {{ printf "%s" .Content }} + </div> {{ end }} |