erynwells.me/layouts/_default/single.html

12 lines
213 B
HTML
Raw Normal View History

{{ define "main" }}
2022-10-21 11:10:23 -07:00
{{ partial "single_main.html" . }}
{{ end }}
{{ define "styles" }}
2023-03-13 21:06:45 -07:00
{{ partial "single_styles.html" . }}
{{ end }}
{{ define "scripts" }}
2023-03-13 21:06:45 -07:00
{{ partial "single_scripts.html" . }}
{{ end }}