www.federated.computer/themes/apsho/layouts/_default/baseof.html

12 lines
218 B
HTML
Raw Normal View History

2023-06-02 16:17:07 +00:00
<!DOCTYPE html>
<html>
{{ partial "head.html" . }}
<body>
{{ partial "header.html" . }}
<div id="content">
{{ block "main" . }}{{ end }}
</div>
{{ partial "footer.html" . }}
</body>
</html>