Back to Shardingsphere

Tab

docs/document/themes/hugo-theme-learn/layouts/shortcodes/tab.html

5.5.3349 B
Original Source

{{ if .Parent }} {{ $name := trim (.Get "name") " " }} {{ if not (.Parent.Scratch.Get "tabs") }} {{ .Parent.Scratch.Set "tabs" slice }} {{ end }} {{ with .Inner }} {{ $.Parent.Scratch.Add "tabs" (dict "name" $name "content" . ) }} {{ end }} {{ else }} {{- errorf "[%s] %q: tab shortcode missing its parent" site.Language.Lang .Page.Path -}} {{ end}}