mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
13 lines
172 B
HTML
13 lines
172 B
HTML
{{define "root"}}
|
|
<!DOCTYPE html>
|
|
<html>
|
|
{{template "head" . }}
|
|
<body>
|
|
<div id='root'/>
|
|
<script>
|
|
window.setup_root();
|
|
</script>
|
|
</body>
|
|
</html>
|
|
{{end}}
|