Files
FixIt/layouts/shortcodes/details.html
T
2022-02-25 20:54:07 +08:00

4 lines
124 B
HTML

<details>
<summary>{{ .Get "summary" | default (.Get 0) | markdownify }}</summary>
{{ .Inner | markdownify }}
</details>