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