mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
6 lines
284 B
HTML
6 lines
284 B
HTML
{{- $index := .Parent.Scratch.Get "tab-index" | default 0 -}}
|
|
{{- .Parent.Scratch.Set "tab-index" (add 1 $index) -}}
|
|
<div class="tab__panel {{ if eq $index 0 }}tab--active{{ end }}" data-tab-index="{{ $index }}">
|
|
{{ .InnerDeindent | strings.TrimSpace | .Page.RenderString }}
|
|
</div>
|