estradiol.cloud/layouts/shortcodes/details.html

5 lines
110 B
HTML
Raw Normal View History

2024-03-01 07:48:47 +00:00
<details>
<summary>{{ .Get "summary" | markdownify }}</summary>
{{ .Get "details" | markdownify }}
</details>