{{- /* baseof.html (template): Defines the foundational HTML structure (``, `
`, ``) for all pages within the Alpha theme. Dependencies: - `partial "head.html"` - `partial "header.html"` - `partial "footer.html"` - `partial "tail/js.html"` - `partial "tail/custom-js.html"` - `partial "tail/icons.html"` - `partial "tail/template.html"` - `partial "ocd/main.html"` Repo: https://github.com/oxypteros/alpha */ -}} {{ partial "head.html" . }} {{ partial "header.html" . }}