2021-01-08 16:00:59 +00:00

14 lines
297 B
Cheetah

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