{{ .Content }} {{ if .Site.Params.reward }} {{ partial "reward.html" . }} {{ end }} {{ if or (.PrevInSection) (.NextInSection) }} {{ if .PrevInSection }} ← Previous Post {{ end }} {{ if .NextInSection }} Next Post → {{ end }} {{ end }} {{ partial "comments.html" . }} {{ if not (eq (.Param "showtoc") false) }} CATALOG {{ end }} {{ if .Site.Params.featured_tags }} FEATURED TAGS {{ $featured_condition_size := .Site.Params.featured_condition_size }} {{ range $name, $taxonomy := .Site.Taxonomies.tags }} {{ if gt (len $taxonomy.Pages) $featured_condition_size }} {{ $name }} {{ end }} {{ end }} {{ end }} {{ if .Site.Params.friends }} FRIENDS {{ range .Site.Params.friend_link }} {{.title}} {{ end }} {{ end }}