{{ printf "%s" $post.Params.summary | markdownify }}
{{ else if $post.Truncated }} {{ $post.Summary }} {{ else }} {{ $post.Content }} {{ end }}{{ $post := .post }} {{ $page := .page }}
{{ printf "%s" $post.Params.summary | markdownify }}
{{ else if $post.Truncated }} {{ $post.Summary }} {{ else }} {{ $post.Content }} {{ end }}