4 lines
79 B
HTML
4 lines
79 B
HTML
{{ define "main" }}
|
|
{{ partial "recent-posts.html" . }}
|
|
{{.Content}}
|
|
{{ end }}
|