aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2020-03-15 12:18:10 +0000
committerFelix Hanley <felix@userspace.com.au>2020-03-15 12:18:10 +0000
commitfe79a749511caf8ceac4be68457b5f2000a5f4bd (patch)
treecbde6c563ae869bb68806182c1b8d0bf681f9867 /tmpl
parent54ef0ff980d5e953b54a2396523d9dcfc2fde695 (diff)
downloadsws-fe79a749511caf8ceac4be68457b5f2000a5f4bd.tar.gz
sws-fe79a749511caf8ceac4be68457b5f2000a5f4bd.tar.bz2
Fix cache headers
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/example.tmpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/tmpl/example.tmpl b/tmpl/example.tmpl
deleted file mode 100644
index 8524cf3..0000000
--- a/tmpl/example.tmpl
+++ /dev/null
@@ -1,17 +0,0 @@
-{{ define "example" }}
-<!doctype html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>This is the title</title>
- <script>_sws = { local: true }</script>
- <script async src="http://localhost:5000/sws.js" data-id="1"></script>
- <noscript>
- <img src="http://localhost:5000/sws.gif" />
- </noscript>
- </head>
- <body>
- <a href="?referred">test</a>
- </body>
-</html>
-{{ end }}