summaryrefslogtreecommitdiff
path: root/website/templates/shortcodes/details.html
blob: bcdd6b5082c07ebb2c3e2716f8cbf3d0e9e21325 (plain)
1
2
3
4
5
6
7
8
9
<details>
    <summary>
        <strong>{{ summary | safe }}</strong> (<em>click to expand</em>)
    </summary>

    <blockquote class="mx-0.5 border-x-3 border-b-3 border-dashed pt-1 mt-1 rounded-none">
        {{ body | markdown | safe }}
    </blockquote>
</details>