onestlatech.github.io/themes/beautifulhugo/layouts/shortcodes/details.html
2019-12-09 12:25:34 +01:00

4 lines
65 B
HTML

<details><summary>{{ .Get 0 }}</summary>
{{ .Inner }}
</details>