{{- $team := .team }} {{- $pages := .pages}} {{- $defaultimage := .defaultimage}} {{- $odd := .odd }} {{- $id := "team"}} {{if $team.id}} {{- $id = $team.id}} {{else if .id}} {{- $id = .id }} {{end}}
{{ partial "components/title.html" $team.title }} {{ partial "components/button.html" (dict "type" "text block" "url" $team.id "text" ($team.more | default "More")) }}