diff options
| author | Julian Hurst <ark@mansus.space> | 2023-08-10 17:27:26 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2023-08-10 17:27:26 +0200 |
| commit | 9795530f4433365a18a99d21ed75c3314caa279f (patch) | |
| tree | 2027e71d65d41bcbe4f7eece5a0fdac2db06e600 | |
| parent | 34d65c590d2b0f3d27479f2a83e28ade5b6ef66f (diff) | |
| download | docspace-9795530f4433365a18a99d21ed75c3314caa279f.tar.gz | |
Add forgotten template msg.html
| -rw-r--r-- | templates/msg.html | 4 |
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}} |
