Files
hugo_it-services/themes/poison/layouts/shortcodes/tab.html
T
2025-02-20 08:28:31 -05:00

7 lines
291 B
HTML

{{ $tabName := .Get "tabName" }}
{{ $tabContent := .Inner }}
{{ $tabID := delimit (shuffle (slice "a" "b" "c" "d" "e" "f")) "" }}
{{ .Parent.Scratch.Add "tabName" (slice $tabName) }}
{{ .Parent.Scratch.Add "tabContent" (slice $tabContent) }}
{{ .Parent.Scratch.Add "tabID" (slice $tabID) }}