diff options
Diffstat (limited to 'website/templates/shortcodes')
| -rw-r--r-- | website/templates/shortcodes/details.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/website/templates/shortcodes/details.html b/website/templates/shortcodes/details.html new file mode 100644 index 0000000..1c07778 --- /dev/null +++ b/website/templates/shortcodes/details.html @@ -0,0 +1,9 @@ +<details> + <summary> + <strong>{{ summary | safe }}</strong> (<em>click to expand</em>) + </summary> + + <blockquote class="pt-1 mx-0.5 mt-1 rounded-none border-dashed border-x-3 border-b-3"> + {{ body | markdown | safe }} + </blockquote> +</details> |
