summaryrefslogtreecommitdiff
path: root/templates/shortcodes/tree_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes/tree_view.html')
-rw-r--r--templates/shortcodes/tree_view.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/shortcodes/tree_view.html b/templates/shortcodes/tree_view.html
new file mode 100644
index 0000000..e8de782
--- /dev/null
+++ b/templates/shortcodes/tree_view.html
@@ -0,0 +1,5 @@
+<div class="sunken-panel">
+ <ul class="tree-view" {% if height %} style="height: {{height}}; overflow-y: scroll" {% endif %} >
+ {{ body | markdown | safe }}
+ </ul>
+</div>