--- title: Layout grid --- {{#extend "layout-default"}} {{#content "css_vendor" mode="append"}} {{/content}} {{#content "js_vendor" mode="append"}} {{/content}} {{#content "body"}}

Quick Example Static responsive grid with pure css. Javascript using native drag-n-drop to reorder for each screen size on desktop and mobile.

1

2

3

4

5

6

7

Static example A static example without any javascript. Just a responsive grid.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

{{/content}} {{/extend}}