Back to Leetcode Go

Tabs

website/themes/book/layouts/shortcodes/tabs.html

1.7.1196 B
Original Source

{{ if .Inner }}{{ end }} {{ $id := .Get 0 }} {{ $group := printf "tabs-%s" $id }}

{{- range $index, $tab := .Scratch.Get $group -}} {{- $tab.Name -}} {{- .Content | markdownify -}} {{- end -}}