{{ with .Attributes.title }}
{{ . }}
{{ end }}
{{ $lang := .Type | default "text" }} {{ $result := transform.Highlight .Inner $lang .Options }}
{{ with .Attributes.collapse }}
{{ $result }}
{{ else }} {{ $result }} {{ end }}