2024-01-03 12:43:01 +01:00
|
|
|
<div class="shortcode card border-primary rounded-2 hover-shadow mb-4">
|
2023-07-29 13:16:25 +02:00
|
|
|
<div class="card-body mb-0">
|
|
|
|
<details>
|
2023-04-23 14:14:40 +02:00
|
|
|
<summary>{{ .title }}</summary>
|
2023-07-29 13:16:25 +02:00
|
|
|
<div class="content text-justify">
|
2024-01-06 23:17:13 +01:00
|
|
|
<div>{{ .content | markdownify | emojify }}</div>
|
2023-07-29 13:16:25 +02:00
|
|
|
</div>
|
|
|
|
</details>
|
|
|
|
</div>
|
2024-01-03 12:14:44 +01:00
|
|
|
</div>
|