hugo-theme-relearn/layouts/_default/list.html

6 lines
103 B
HTML
Raw Normal View History

2017-03-13 23:10:33 +00:00
{{ if .Content }}
2017-03-13 22:07:40 +00:00
{{ partial "header.html" . }}
{{ .Content }}
{{ partial "footer.html" . }}
2017-03-13 23:10:33 +00:00
{{ end }}