mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-12 08:37:48 +08:00
6 lines
103 B
HTML
6 lines
103 B
HTML
{{ if .Content }}
|
|
{{ partial "header.html" . }}
|
|
{{ .Content }}
|
|
{{ partial "footer.html" . }}
|
|
{{ end }}
|