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

6 lines
103 B
HTML
Raw Normal View History

2017-03-14 02:10:33 +03:00
{{ if .Content }}
2017-03-14 01:07:40 +03:00
{{ partial "header.html" . }}
{{ .Content }}
{{ partial "footer.html" . }}
2017-03-14 02:10:33 +03:00
{{ end }}