github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/shortcodes/tabs.html (about) 1 {{- $unused := .Inner }} 2 {{- $color := (.Get "color") }} 3 {{- $groupid := ((.Get "groupid") | default (.Get "groupId")) }} 4 {{- if (.Get "groupId") }} 5 {{- warnf "%q: DEPRECATED parameter 'groupId' for shortcode 'tabs' found, use 'groupid' instead" .Page.File.Filename }} 6 {{- end }} 7 {{- $icon := (.Get "icon") }} 8 {{- $style := (.Get "style") }} 9 {{- $title := (.Get "title") }} 10 {{- $tabs := (.Scratch.Get "tabs") }} 11 {{- partial "shortcodes/tabs.html" (dict 12 "page" .Page 13 "color" $color 14 "content" $tabs 15 "groupid" $groupid 16 "icon" $icon 17 "style" $style 18 "title" $title 19 ) }}