blog/layouts/home.html

10 lines
125 B
HTML
Raw Normal View History

2022-07-19 03:49:38 -05:00
{{- define "content" -}}
2020-11-03 16:14:45 -06:00
2022-07-19 03:49:38 -05:00
<h2>Blog</h2>
2020-11-03 16:14:45 -06:00
2022-07-19 03:49:38 -05:00
{{ with .GetPage "/posts" }}
{{ partial "post-list" . }}
{{ end }}
2021-07-06 16:32:34 -05:00
2020-11-03 16:14:45 -06:00
{{- end -}}