{{ $title := .Params.short | default .Title }} {{ $section := cond (eq .CurrentSection.Parent.Title "Integrate") "Integrate" .CurrentSection.Title }}
{{ $section }}
{{ with .Weight }} {{ . }}. {{ end }} {{ $title }}
{{ with .Description }}
{{ . | markdownify }}
{{ end }}
{{ partial "guides/badges.html" . }}
{{ with .Params.logo }} {{ $src := printf "img/logos/%s.svg" . }}
{{ partial "svg.html" (dict "src" $src "h" 16 "w" 16) }}
{{ end }}