shithub: hugo

ref: df489b4712dd59b097de0d2fb84cfac7a013f5cd
dir: /examples/multilingual/layouts/_default/single.html/

View raw version
{{ partial "head.html" . }}
{{ partial "header.html" . }}
{{ if .IsPage }}{{ .Content }}{{ end }}
{{ partial "footer.html" . }}