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