shithub: hugo

ref: 602ceec06d0ee2065d39b42a646ba72ab443fb81
dir: /examples/multilingual/layouts/_default/single.html/

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