summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/tab.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/layout/tab.html')
-rw-r--r--templates/w3/layout/tab.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/w3/layout/tab.html b/templates/w3/layout/tab.html
new file mode 100644
index 0000000..59a03bd
--- /dev/null
+++ b/templates/w3/layout/tab.html
@@ -0,0 +1,6 @@
+<ul{% if tabs.css_id %} id="{{ tabs.css_id }}"{% endif %} class="nav nav-tabs">
+ {{ links }}
+</ul>
+<div class="tab-content card-body">
+ {{ content }}
+</div>