diff options
Diffstat (limited to 'templates/wormhole-success.html.template')
| -rw-r--r-- | templates/wormhole-success.html.template | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/wormhole-success.html.template b/templates/wormhole-success.html.template index dbb997e..89f9cf2 100644 --- a/templates/wormhole-success.html.template +++ b/templates/wormhole-success.html.template @@ -1,6 +1,8 @@ -{{define "head"}}<title>Uploaded!</title>{{end}} +{{- define "head"}} + <title>Uploaded!</title> +{{- end}} -{{define "body" -}} +{{- define "body"}} <div style="display:flex;flex-direction:column;align-items:center;font-size:50px"> <p><a href="{{.URL}}">{{.URL}}</a></p> <img src="{{.QR}}" alt="QR code for {{.URL}}" width="500px"> |
