7 lines
107 B
HTML
7 lines
107 B
HTML
{{- define "content" -}}
|
|
|
|
{{ $posts := .GetPage "/posts" }}
|
|
|
|
{{ partial "post-list" $posts }}
|
|
|
|
{{- end -}}
|