diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
commit | 067ee4d66d0174be408d4051148f33b9a428ac3b (patch) | |
tree | c9f76456355b49785a08864022fd7c011075267e /templates/postHelp.tmpl |
first commit
Diffstat (limited to 'templates/postHelp.tmpl')
-rw-r--r-- | templates/postHelp.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/postHelp.tmpl b/templates/postHelp.tmpl new file mode 100644 index 0000000..ca2e319 --- /dev/null +++ b/templates/postHelp.tmpl @@ -0,0 +1,6 @@ +{{ define "meta" }} +{{ printf "%s" .Meta }} +{{ end }} +{{ define "main" }} +{{ printf "%s" .Content }} +{{ end }} |