{{- $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 }} {{- $direction := T "Reading-direction" | default "ltr" }} {{- with $context }} {{- $id := partial "make-random-md5.hugo" }}
{{ $content | safeHTML }}
{{- end }}