| 123456789101112131415161718192021222324252627282930313233343536 |
- sections = [
- id: "main"
- transition: "slide"
- header:
- title: "hola"
- back: true
- nav:
- position: "right"
- items: [
- href: "#",
- "data-icon": "home"
- ]
- footer:
- nav:
- class: "with-labels"
- items: [
- href: "#", "data-icon": "home", "data-label": "ir"
- ,
- href: "#", "data-icon": "home", "data-label": "ir"
- ]
- articles: [
- id: "main-article"
- ,
- id: "sksks"
- ]
- ,
- id: "item"
- header:
- back: true
- articles: [
- id: "pending", class: "list scroll"
- ,
- id: "finished", class: "list scroll"
- ]
- ]
|