Back to Crossplane

Tabs

themes/geekboot/layouts/shortcodes/tabs.html

1.19-archive185 B
Original Source

{{ $tab_ids := .Scratch.Get "ids" }} {{ $tab_names := .Scratch.Get "names" }} {{ $first_tab := true }} {{ $counter := 0 }}{{ $ariaId := index (seq 2000 | shuffle) 0 }}

{{ .Inner }}