hugo-snotra/layouts/shortcodes/details.html

4 lines
120 B
HTML
Raw Normal View History

<details {{ with .Get "class" }} class="{{ . }}"{{ end }}><summary>{{ .Get "title" }}</summary>
2020-04-28 12:26:34 +02:00
{{ .Inner }}
</details>