aboutsummaryrefslogtreecommitdiff
path: root/templates/example.tmpl
blob: e2a3e7da02af786b4a0f8cdc9abf0de488db51cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{ define "example" }}
<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
		<script async src="http://localhost:5000/sws.js" data-sws="http://localhost:5000/sws.gif" data-site="1"></script>
		<title>This is the title</title>
		<noscript>
			<img src="http://localhost:5000/sws.gif" />
		</noscript>
	</head>
	<body>
		<a href="?referred">test</a>
	</body>
</html>
{{ end }}