gcg-website/layouts/partials/collapsible.html
Denys Konovalov 271169891c
Some checks failed
website-main / test-build (push) Waiting to run
website-main / prod-build (push) Has been cancelled
style fixes
2024-01-03 12:43:01 +01:00

10 lines
273 B
HTML

<div class="shortcode card border-primary rounded-2 hover-shadow mb-4">
<div class="card-body mb-0">
<details>
<summary>{{ .title }}</summary>
<div class="content text-justify">
<div>{{ .content }}</div>
</div>
</details>
</div>
</div>