Represents a page of items, for example a page of blogposts or a page of search results. See Pager.
Name | Type | Description |
---|
$blog.getRecent(maxCount) | List<Page> | The maxCount most recent blog posts, newest to oldest. Parameter | Type | Description |
---|
maxCount | int |
|
|
$blog.home | Page | The home page of the blog. |