{{ $noindex := .Params.noindex }}
{{ partial "breadcrumb.html" . }}

{{ .Title | markdownify }}

{{ with .Description }}

{{ . | markdownify }}

{{ end }} {{ if eq .Section "guides" }} {{ partial "guides/badges.html" . }} {{ end }} {{ if or (eq .Section "guides") (eq .Section "highlights") }} {{ if or .Date .Params.authors }}
{{ if .Date }} {{ $date := .Date | dateFormat "January 2, 2006" }} {{ end }} {{ if and .Date .Params.authors }} by {{ end }} {{ if .Params.authors }}
{{ range $index, $author := .Params.authors }} {{ $handle := $author }} {{ $img := printf "https://github.com/%s.png" $handle }} {{ $link := printf "https://github.com/%s" $handle }} {{ $apiUrl := printf "https://api.github.com/users/%s" $handle }} {{ $name := $handle }} {{ $displayName := $handle }} {{ $result := try (resources.GetRemote $apiUrl) }} {{ with $result.Value }} {{ $data := . | transform.Unmarshal }} {{ if $data.name }} {{ $name = $data.name }} {{ $displayName = $data.name }} {{ end }} {{ end }} {{ if gt $index 0 }},{{ end }} Author avatar for {{ $handle }} {{ $displayName }} {{ end }}
{{ end }}
{{ end }} {{ end }}
{{ partial "inner-content.html" . }}