2020-02-08 17:10:56 +00:00

15 lines
240 B
Cheetah

<!DOCTYPE html>
<html>
<head>
{{template "head" .}}
</head>
<body>
<div class="wrapper">
{{template "sidebar" .}}
<div class="main-panel">
{{template "content" .}}
</div>
</div>
</body>
</html>