blog/layouts/home.html
2020-11-03 16:14:45 -06:00

8 lines
107 B
HTML

{{- define "content" -}}
{{ $posts := .GetPage "/posts" }}
{{ partial "post-list" $posts }}
{{- end -}}