{{ $tested := replace (.Get "using") ", " "," }} {{ $tested := replace $tested " + " "+" }} {{ $tested := split $tested "," }} {{ range $tested }} {{ end }}
Tested using {{ if in . "+" }} {{ $parts := split . "+" }} {{ $browser := index $parts 0 }} {{ $additional := index $parts 1 }} {{ $slug := replace $browser " " "-" }} {{ $browser }} with {{ $additional }} {{ else }} {{ $browser := . }} {{ $slug := replace $browser " " "-" }} {{ $browser }} {{ end }}