Back to Distribution

Tab

docs/themes/hugo-geekdoc/layouts/shortcodes/tab.html

3.1.1356 B
Original Source

{{- if .Parent }} {{- $name := .Get 0 }} {{- $group := printf "tabs-%s" (.Parent.Get 0) }} {{- if not (.Parent.Scratch.Get $group) }} {{- .Parent.Scratch.Set $group slice }} {{- end }} {{- .Parent.Scratch.Add $group (dict "Name" $name "Content" .Inner) }} {{- else }} {{ errorf "%q: 'tab' shortcode must be inside 'tabs' shortcode" .Page.Path }} {{- end }}