2020-04-02 20:53:11 +01:00

15 lines
254 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>