Files
FixIt/layouts/shortcodes/details.html
T
2022-08-27 20:07:56 +08:00

6 lines
157 B
HTML

<details>
<summary>{{ .Get "summary" | default (.Get 0) | .Page.RenderString }}</summary>
{{ .Inner | .Page.RenderString }}
</details>
{{- /* EOF */ -}}