~ruther/blog

ref: b9c795d2bfcecd327f2b0ccf70ea55497b4ec09b blog/themes/poison/layouts/shortcodes/tab.html -rw-r--r-- 291 bytes
b9c795d2 — Rutherther chore: guix manifest 9 months ago
                                                                                
1
2
3
4
5
6
{{ $tabName := .Get "tabName" }}
{{ $tabContent := .Inner }}
{{ $tabID := delimit (shuffle (slice "a" "b" "c" "d" "e" "f")) "" }}
{{ .Parent.Scratch.Add "tabName" (slice $tabName) }}
{{ .Parent.Scratch.Add "tabContent" (slice $tabContent) }}
{{ .Parent.Scratch.Add "tabID" (slice $tabID) }}