You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
231 B
HTML

{{ $content := chomp .InnerDeindent }}
{{ if not (.Page.Scratch.Get "paige-tabs") }}
{{ .Page.Scratch.Set "paige-tabs" 0 }}
{{ end }}
{{ .Page.Scratch.Add "paige-tabs" 1 }}
<div class="paige-tabs">
{{ $content }}
</div>