2020-04-23 21:25:21 +01:00

15 lines
295 B
Cheetah

<!DOCTYPE html>
<html lang="">
<head>
{{template "head" .}}
</head>
<body>
<div class="wrapper">
<div class="main-panel" style="width: 100% !important;">
{{template "navbar" .}}
{{template "content" .}}
</div>
</div>
</body>
</html>