summaryrefslogtreecommitdiffstats
path: root/templates/w3/accordion.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/accordion.html')
-rw-r--r--templates/w3/accordion.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/w3/accordion.html b/templates/w3/accordion.html
new file mode 100644
index 0000000..f3a9859
--- /dev/null
+++ b/templates/w3/accordion.html
@@ -0,0 +1,3 @@
+<div id="{{ accordion.css_id }}" role="tablist">
+ {{ content }}
+</div>