Back to Crossplane

Tab

themes/geekboot/layouts/shortcodes/tab.html

1.19-archive172 B
Original Source

{{ $id := index (seq 2000 | shuffle) 0 }} {{ .Parent.Scratch.Add "ids" (slice $id) }} {{ .Parent.Scratch.Add "names" (slice (.Get 0)) }}

{{ .Inner | $.Page.RenderString }}