9 lines
125 B
HTML
9 lines
125 B
HTML
{{- define "content" -}}
|
|
|
|
<h2>Blog</h2>
|
|
|
|
{{ with .GetPage "/posts" }}
|
|
{{ partial "post-list" . }}
|
|
{{ end }}
|
|
|
|
{{- end -}}
|