website-theme/layouts/shortcodes/details.html

5 lines
111 B
HTML
Raw Normal View History

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