{{ if not (eq (.Param "showtoc") false) }} {{ i18n "toc" }} {{.TableOfContents}} {{ end }} {{ .Content }} {{ if .PrevInSection }} ← {{ i18n "prev_article" }} {{ end }} {{ if .NextInSection }} {{ i18n "next_article" }} → {{ end }} {{ partial "comments.html" . }} {{ partial "under_content.html" . }} {{ if .Site.Params.featured_tags }} 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 }}