blog/layouts/home.html

10 lines
125 B
HTML
Raw Normal View History

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