blog/layouts/posts/list.html

8 lines
83 B
HTML
Raw Normal View History

2020-11-03 16:14:45 -06:00
{{- define "content" -}}
{{ .Content }}
{{ partial "post-list" . }}
{{- end -}}