shithub: hugo

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

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