aboutsummaryrefslogtreecommitdiff
path: root/templates/message.tmpl
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-08-01 19:48:26 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-08-01 19:48:26 -0300
commitd84651a899a6104fce73d95b9c571627c55e5d16 (patch)
treebbaf7f7646dec22dc9fdb0f136d5ba5534b1fddf /templates/message.tmpl
downloadweb-d84651a899a6104fce73d95b9c571627c55e5d16.tar.gz
web-d84651a899a6104fce73d95b9c571627c55e5d16.zip
bare bones website
Diffstat (limited to 'templates/message.tmpl')
-rw-r--r--templates/message.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/message.tmpl b/templates/message.tmpl
new file mode 100644
index 0000000..847be8f
--- /dev/null
+++ b/templates/message.tmpl
@@ -0,0 +1,6 @@
+{{template "_header.tmpl" .Common}}
+ <div class="box">
+ <h1>{{.Heading}}</h1>
+ <p>{{.Message}}</p>
+ </div>
+{{template "_footer.tmpl" .Common}} \ No newline at end of file