2020-07-23 15:05:10 +01:00

20 lines
440 B
Cheetah

<!DOCTYPE html>
<html lang="en">
<head>
{{template "head" .}}
</head>
<body>
<div class="wrapper">
<div class="main-panel" style="width: 100% !important;">
{{template "navbar" .}}
{{template "loadingscreen" .}}
<script src="/assets/js/modalbackdrop.js"></script>
{{template "notifymodal" .}}
{{template "content" .}}
</div>
</div>
</body>
</html>