Files
mattermost/templates/root.html
2016-03-14 00:38:25 -04:00

13 lines
172 B
HTML

{{define "root"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body>
<div id='root'/>
<script>
window.setup_root();
</script>
</body>
</html>
{{end}}