summaryrefslogtreecommitdiff
path: root/templates/shortcodes/subtree.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes/subtree.html')
-rw-r--r--templates/shortcodes/subtree.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/shortcodes/subtree.html b/templates/shortcodes/subtree.html
new file mode 100644
index 0000000..2246718
--- /dev/null
+++ b/templates/shortcodes/subtree.html
@@ -0,0 +1,8 @@
+<li>
+ <details {% if open %}open{% endif %}>
+ <summary><b>{{ name | safe }}</b></summary>
+ <ul>
+ {{ body | markdown | safe }}
+ </ul>
+ </details>
+</li> \ No newline at end of file