erynwells.me/layouts/_default/single.html
2023-03-13 21:06:45 -07:00

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 }}