{{- /* utility.html (layout): Defines the main HTML structure for Alpha's utility layout. Includes: - Page `

` - Content block Dependencies: - `partial "components/metadata-icon-date.html"` - `partial "components/recommended-posts.html"` Repo: https://github.com/oxypteros/alpha */}} {{- define "main" }}
{{- if eq .Page.Params.show_date true }} {{ partial "components/metadata-icon-date.html" . }} {{- end }}

{{ .Title | safeHTML }}

{{ .Content }}
{{ partial "components/recommended-posts.html" . }}
{{- end }}