DND {% dnd %}
- {% dnd_section %} is a top-level row, and must be nested within a {% dnd_area %}
{% dnd_area %}
{% dnd_section %} <!-- is a top-level row -->
{% end_dnd_section %}
{% end_dnd_area %}
- {% dnd_column %} is a vertical structural building block that occupies one or more layout columns defined by its parent row. It must be nested within a {% dnd_area %} tag
{% dnd_area %}
{% dnd_areadnd_column %}
{% end_dnd_areaend_dnd_column %}
{% end_dnd_area %}
{% dnd_column %} Can also contain dnd_row.
- {% dnd_row %} is a horizontal structural building block that creates a nested 12-column layout grid in which columns and modules can be placed.
Must be nested within a {% dnd_area %}
{% dnd_area %}
{% dnd_row %}
{% end_dnd_row %}
{% end_dnd_area %}