diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-09 14:59:58 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-09 15:00:01 +0100 |
commit | a176409933129eccdcf06ef131c76aee497b53aa (patch) | |
tree | 89549a14484ee805016d73ab00ca131077b16a7d /public/message.html | |
parent | 61ffc105fd8480b0af4151e3fadb0751d38bea82 (diff) | |
download | alps-a176409933129eccdcf06ef131c76aee497b53aa.tar.gz alps-a176409933129eccdcf06ef131c76aee497b53aa.zip |
Drop define in templates
Just use the full filename instead, this is simpler and more explicit.
Diffstat (limited to 'public/message.html')
-rw-r--r-- | public/message.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/message.html b/public/message.html index f653057..729937d 100644 --- a/public/message.html +++ b/public/message.html @@ -1,4 +1,4 @@ -{{template "head"}} +{{template "head.html"}} <h1>koushin</h1> @@ -55,4 +55,4 @@ <a href="{{.Message.Uid}}/raw?part={{.PartPath}}">Download</a> {{end}} -{{template "foot"}} +{{template "foot.html"}} |