16 lines
294 B
Cheetah
16 lines
294 B
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{{template "head" .}}
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
{{template "sidebar" .}}
|
|
<div class="main-panel">
|
|
{{template "loadingscreen" .}}
|
|
{{template "content" .}}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|