aboutsummaryrefslogtreecommitdiff
path: root/templates/example.tmpl
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2020-03-08 10:52:41 +0000
committerFelix Hanley <felix@userspace.com.au>2020-03-08 10:52:41 +0000
commitf878deb0f3033495637e85533a52369491fa6104 (patch)
tree572b2ec8dff4525a322729e20bcd6c070f8436f2 /templates/example.tmpl
parent58ec0bacb661f705b02db9bb584a551d1864f71a (diff)
downloadsws-f878deb0f3033495637e85533a52369491fa6104.tar.gz
sws-f878deb0f3033495637e85533a52369491fa6104.tar.bz2
Move templates and allow overriding
Diffstat (limited to 'templates/example.tmpl')
-rw-r--r--templates/example.tmpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/example.tmpl b/templates/example.tmpl
deleted file mode 100644
index 5da849a..0000000
--- a/templates/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-site="1"></script>
- <noscript>
- <img src="http://localhost:5000/sws.gif" />
- </noscript>
- </head>
- <body>
- <a href="?referred">test</a>
- </body>
-</html>
-{{ end }}