{{- .Page.Scratch.Add "tabset-counter" 1 -}} {{- $tab_set_id := default (printf "tabset-%s-%d" (.Page.RelPermalink) (.Page.Scratch.Get "tabset-counter") ) | anchorize -}} {{- $tabs := .Scratch.Get "tabs" -}} {{- $cookie_name := trim (.Get "cookie-name") " " -}} {{- if .Inner -}} {{- /* We don't use the inner content, but Hugo will complain if we don't reference it. */}} {{- end -}}
{{- range $i, $e := $tabs -}} {{- $id := printf "%s-%d" $tab_set_id $i -}} {{- end -}}
{{- range $i, $e := $tabs -}} {{- $id := printf "%s-%d" $tab_set_id $i -}}
{{- with .content -}} {{- . -}} {{- end -}}
{{- end -}}