yequari.com/themes/saturn/layouts/_default/baseof.html

15 lines
301 B
HTML
Raw Permalink Normal View History

2023-08-12 10:44:17 +00:00
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
2023-09-12 23:48:39 +00:00
<div class="big">
{{- partial "sidebar.html" . -}}
2023-08-12 10:44:17 +00:00
<div class="column">
<main>
{{- block "main" . }}{{- end }}
</main>
</div>
2023-09-12 23:48:39 +00:00
</div>
2023-08-12 10:44:17 +00:00
</body>
</html>