summary refs log tree commit diff stats
path: root/src/themes/serene/templates/shortcodes/detail.html
blob: 0d34a74e78273164091a726bc8854128b5622f48 (plain) (blame)
1
2
3
4
<details {% if default_open %}open{% endif %}>
  <summary><span>{{ title }}</span></summary>
  {{ body | markdown | safe }}
</details>