v0.2.0
Add support for views declaration in section 'views'.
By default, all entities declared will be showed with pagination in front-end. This can be overwrited with the 'views' section.
Allowed view types are: Page, Sheet. It is not necessary to explicitely define an entity with a Page view. This is the default view.
views {
Person as Sheet
}