actions/themes/vncnt-hugo/layouts/_default/baseof.html

12 lines
250 B
HTML
Raw Normal View History

2024-02-27 02:00:24 -05:00
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>