2021-01-08 20:39:19 +00:00

19 lines
425 B
Cheetah

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