2020-06-18 15:11:51 +01:00

17 lines
415 B
Cheetah

<!DOCTYPE html>
<html lang="en">
<head>
{{template "head" .}}
</head>
<body>
<div class="wrapper">
{{template "substitutions" .}} <!-- Has to be here for some reason -->
<div class="main-panel" style="width: 100% !important;">
{{template "navbar" .}}
{{template "loadingscreen" .}}
{{template "content" .}}
</div>
</div>
</body>
</html>