{{ $tabTotal := .Get "tabTotal" }} {{ $tabName := .Scratch.Get "tabName" }} {{ $tabContent := .Scratch.Get "tabContent" }} {{ $tabID := .Scratch.Get "tabID" }}
{{ range $i, $sequence := (seq $tabTotal) }} {{ if eq $i 0 }} {{ end }}
{{ range $i, $sequence := (seq $tabTotal) }} {{ if eq $i 0 }}
{{ else }}
{{ end }} {{ (index $tabContent $i) }} {{ if $.Inner }} {{ end }}
{{ end }}