summaryrefslogtreecommitdiffstats
path: root/templates/authorize.html
blob: 0fa36b0aba074dc39a719b68b100fbd9953f9588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{define "authorize"}}
<html>
{{template "head" . }}
<body>
    <div id="authorize">
    </div>
    <script>
        window.setup_authorize_page({{.Props}});
    </script>
</body>
</html>
{{end}}