collapse.html (298B)
1 {{ if .Get "summary" }} 2 {{ else }} 3 {{ warnf "missing value for param 'summary': %s" .Position }} 4 {{ end }} 5 <p><details {{ if (eq (.Get "openByDefault") true) }} open=true {{ end }}> 6 <summary markdown="span">{{ .Get "summary" | markdownify }}</summary> 7 {{ .Inner | markdownify }} 8 </details></p>