aboutsummaryrefslogtreecommitdiff
path: root/templates/msg.html
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2023-08-10 17:27:26 +0200
committerJulian Hurst <ark@mansus.space>2023-08-10 17:27:26 +0200
commit9795530f4433365a18a99d21ed75c3314caa279f (patch)
tree2027e71d65d41bcbe4f7eece5a0fdac2db06e600 /templates/msg.html
parent34d65c590d2b0f3d27479f2a83e28ade5b6ef66f (diff)
downloaddocspace-9795530f4433365a18a99d21ed75c3314caa279f.tar.gz
Add forgotten template msg.html
Diffstat (limited to 'templates/msg.html')
-rw-r--r--templates/msg.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/msg.html b/templates/msg.html
new file mode 100644
index 0000000..f55dbaa
--- /dev/null
+++ b/templates/msg.html
@@ -0,0 +1,4 @@
+{{define "title"}}{{.Data.Msg}}{{end}}
+{{define "content"}}
+<p class="msg">{{.Data.Msg}}</p>
+{{end}}