Changed to using the details and summary tags. These are more POSH and more accessibility friendly.
@@ -0,0 +1,6 @@
+<div>
+ <details>
+ <summary>{{ .Get "title" }}</summary>
+ {{ .Inner | markdownify -}}
+ </details>
+</div>