{{ $id := delimit (shuffle (seq 1 9)) "" }} {{ if .Get "language" }}
{{ if .Get "inner" }} {{ .Inner }} {{ else }}
{{ .Inner | string }}
{{ end }}
{{ else }} {{ errorf "If you want to use the \"collapsable code\" shortcode, you need to pass a mandatory \"language\" param. The issue occured in %q (%q)" .Page.File .Page.Permalink }} {{ end }}