diff options
Diffstat (limited to 'templates')
| -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}} |
