erynwells.me/themes/platters/layouts/_default/single.html

11 lines
213 B
HTML

{{ define "main" }}
{{ partial "single_main.html" . }}
{{ end }}
{{ define "styles" }}
{{ partial "single_styles.html" . }}
{{ end }}
{{ define "scripts" }}
{{ partial "single_scripts.html" . }}
{{ end }}