website-theme/layouts/shortcodes/details.html

4 lines
111 B
HTML

<details>
<summary>{{ .Get 0 | default "See more..."}}</summary>
{{ .Inner | markdownify }}
</details>