{{ $page := . }} {{ $description := $page.Description | markdownify | plainify | htmlUnescape }} {{ with partial "paige/func-authors.html" $page }} {{ $authors := slice }} {{ range . }} {{ $authors = $authors | append (.Title | markdownify | plainify | htmlUnescape) }} {{ end }} {{ end }} {{ with $description }} {{ end }} {{ if or $page.Keywords $page.Params.tags $page.Params.categories }} {{ end }} {{ if fileExists "assets/browserconfig.xml" }} {{ end }} {{ template "_internal/opengraph.html" $page }} {{ template "_internal/twitter_cards.html" $page }}