2020-05-22 17:51:03 +02:00
|
|
|
<details {{ with .Get "class" }} class="{{ . }}"{{ end }}><summary>{{ .Get "title" }}</summary>
|
2020-09-22 14:56:12 +02:00
|
|
|
{{ if .Get "md" }}
|
|
|
|
{{ .Inner | markdownify }}
|
|
|
|
{{ else }}
|
|
|
|
{{ .Inner }}
|
|
|
|
{{ end }}
|
2020-04-28 12:26:34 +02:00
|
|
|
</details>
|