diff options
Diffstat (limited to 'templates/w3/layout/div.html')
-rw-r--r-- | templates/w3/layout/div.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/w3/layout/div.html b/templates/w3/layout/div.html deleted file mode 100644 index 1651ddc..0000000 --- a/templates/w3/layout/div.html +++ /dev/null @@ -1,4 +0,0 @@ -<div {% if div.css_id %}id="{{ div.css_id }}"{% endif %} - {% if div.css_class %}class="{{ div.css_class }}"{% endif %} {{ div.flat_attrs }}> - {{ fields }} -</div> |