aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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}}