freedom/layouts/index.html

13 lines
257 B
HTML
Raw Normal View History

2022-08-17 14:50:07 -04:00
<!DOCTYPE html>
<html>
<head>
{{partial "head" .}}
</head>
<body>
{{partial "header" .}}<hr>
<main>{{.Content}}</main>
<aside>{{partial "sidebar" .}}</aside>
</body>
<hr>
{{partial "footer" .}}
</html>