{{ if .Inner }}{{ end }} {{ $id := .Scratch.Get "tabs-id" }} {{ $group := printf "tabs-%d" $id }}
{{- range $index, $tab := .Scratch.Get $group -}} {{ $individualTabId := printf "%s-%d" $group $index }}
{{- .Content | markdownify | safeHTML -}}
{{- end -}}
{{ .Scratch.Delete "tabs-id" }}