summaryrefslogtreecommitdiffstats
path: root/templates/root.html
blob: 560c7a4b08b3072d8f899e150b1648e4a6db11c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{define "root"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body>
    <div id='root'/>
    <script>
        window.setup_root();
    </script>
</body>
</html>
{{end}}