{{- /* single.html for rendering single content item */ -}} {{ .Title }} {{- /* Meta tags */ -}} {{- /* Load stylesheets */ -}} {{ partial "head.html" . }}
{{- /* Page header */ -}}

{{ .Title }}

{{- /* Optional front matter details (e.g., date, author) */ -}}

By {{ .Params.author }} on {{ .Date.Format "Jan 2, 2006" }}

{{- /* Page content */ -}}
{{ .Content }}
{{- /* Page footer */ -}}
{{- /* Load scripts */ -}} {{ partial "scripts.html" . }}