diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
commit | f8a73dfd854802b2866c32b9fe6acbd94d98c44c (patch) | |
tree | ac63559de3237265ced9dd991093d66b739ba051 /templates/postHelp.tmpl | |
parent | 6b538ab26396d463a65682003b4ef3d4b029fc69 (diff) |
Update for modern style
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 }} |