{{- $posts := .posts }} {{- $pages := .pages }} {{- $defaultimage := .defaultimage }} {{- $odd := .odd }} {{- $id := "posts"}} {{if $posts.id}} {{- $id = $posts.id}} {{else if .id}} {{- $id = .id }} {{end}}
{{ partial "components/title.html" $posts.title }} {{ partial "components/button.html" (dict "type" "text block" "url" $posts.id "text" ($posts.more | default "More")) }}