summaryrefslogblamecommitdiffstats
path: root/templates/w3/layout/div.html
blob: 1651ddc24694d72dc380a924f9f891c892d0e3ab (plain) (tree)
1
2
3
4



                                                                                      
<div {% if div.css_id %}id="{{ div.css_id }}"{% endif %}
    {% if div.css_class %}class="{{ div.css_class }}"{% endif %} {{ div.flat_attrs }}>
        {{ fields }}
</div>