templates
- JSON
A JSON representing current provided templates for rendering Layouts.
Developer may add any templates matching his needs using internal template engine sintax
Developer may add any templates matching his needs using internal template engine sintax
templates.SINGLE_COLUMN
- final String
A vertical-blocks-style layout.
Blocks are:
Blocks are:
- header
- menu
- content
- footer
templates.THREE_COLUMNS
- final String
A 3-columns layout.
Blocks are:
Blocks are:
- header
- columnleft
- columnright
- content
- footer
templates.TWO_COLUMNS
- final String
A classic layout with a menu on the left.
Blocks are:
Blocks are:
- header
- menu
- content
- footer