{{ $type := .Get "type" | default "table" }} {{ $scratch := newScratch }} {{ if eq $type "table"}} {{ range .Site.Data.influxdb_urls.cloud.providers }} {{ $scratch.Set "title" .name }} {{ if not (in .name .short_name) }} {{ $scratch.Set "title" (print .name " (" .short_name ")")}} {{ end }} {{ $title := $scratch.Get "title" }} {{ $titleID := anchorize $title }}

{{ $title }}

{{ range .regions }} {{ end }}
Region Location URL
{{ .name }} <{{ .location }} {{ .url }}
{{ end }} {{ else if eq $type "list" }} {{ end }}