Back to Watermill

Tabs

docs/layouts/shortcodes/tabs.html

1.5.1185 B
Original Source

{{ if .Inner }}{{ end }} {{ $id := .Get 0 }} {{ $group := printf "tabs-%s" $id }}

{{ range $index, $tab := .Scratch.Get $group -}} {{ .Content | $.Page.RenderString -}} {{ end -}}