shithub: hugo

ref: 7c74a77db64a2ca17932ba6695c4d259bf5d4940
dir: /examples/multilingual/layouts/_default/single.html/

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