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

16 lines
294 B
Cheetah

<!DOCTYPE html>
<html>
<head>
{{template "head" .}}
</head>
<body>
<div class="wrapper">
{{template "sidebar" .}}
<div class="main-panel">
{{template "loadingscreen" .}}
{{template "content" .}}
</div>
</div>
</body>
</html>