2020-12-24 20:42:26 +00:00

18 lines
393 B
Cheetah

<!DOCTYPE html>
<html>
<head>
{{template "head" .}}
</head>
<body>
<div class="wrapper">
{{template "sidebar" .}}
<div class="main-panel">
{{template "loadingscreen" .}}
<script src="/assets/js/modalbackdrop.js"></script>
{{template "notifymodal" .}}
{{template "content" .}}
</div>
</div>
</body>
</html>