summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/column.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/w3/layout/column.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/w3/layout/column.html b/templates/w3/layout/column.html
new file mode 100644
index 0000000..e372c38
--- /dev/null
+++ b/templates/w3/layout/column.html
@@ -0,0 +1,4 @@
+<div {% if div.css_id %}id="{{ div.css_id }}"{% endif %}
+ class="{% if 'col' in div.css_class %}{{ div.css_class|default:'' }}{% else %}col-md {{ div.css_class|default:'' }}{% endif %}" {{ div.flat_attrs }}>
+ {{ fields }}
+</div>