mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
5 lines
103 B
HTML
5 lines
103 B
HTML
{{ if .Content }}
|
|
{{ partial "header.html" . }}
|
|
{{ .Content }}
|
|
{{ partial "footer.html" . }}
|
|
{{ end }}
|