From 9795530f4433365a18a99d21ed75c3314caa279f Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 10 Aug 2023 17:27:26 +0200 Subject: Add forgotten template msg.html --- templates/msg.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/msg.html 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"}} +

{{.Data.Msg}}

+{{end}} -- cgit v1.2.3