summaryrefslogtreecommitdiffstats
path: root/web/templates/claim_account.html
blob: 6c9f36fa74b2e507a713fe55e3eed64c63b0770b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{define "claim_account"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">
	<div class="container-fluid">
		<div class="inner__wrap">
			<div class="row content" id="claim"></div>
		</div>
	</div>
	<script>
		window.setup_claim_account_page({{ .Props }});
	</script>
</body>
</html>
{{end}}