{{- $context := .context }} {{- $content := .content }} {{- $title := .title | default (T "Expand-title") }} {{- $title = trim $title " " }} {{- $expanded := .open | default false }} {{- if eq (printf "%T" $expanded) "string" }} {{- $expanded = (eq $expanded "true") }} {{- end }} {{- $id := cond (or (eq .id nil) (eq .id "")) (partial "make-random-md5.hugo" $context) .id }} {{- with $context }}
{{ if ne "<" (substr (strings.TrimLeft " " $content) 0 1) }}

{{ end }} {{ $content | safeHTML }}

{{- end }}