1
1
Fork 0
mirror of https://github.com/Aroy-Art/Rinkusu.git synced 2025-05-06 06:47:49 +02:00
Rinkusu/layouts/shortcodes/details.html
2024-02-19 18:05:17 +01:00

4 lines
No EOL
145 B
HTML

<details class="">
<summary>{{ (.Get 0) | markdownify }}</summary>
{{ .Inner | $.Page.RenderString (dict "display" "block") }}
</details>