Variable | Usage | Explanation |
page.id | {{page.id}} | Returns the id of a page. |
page.title | {{page.title}} | Returns the title of a page. |
page.metaTitle | {{page.metaTitle}} | Returns the meta title of a page. |
page.metaDescription | {{page.metaDescription}} | Returns the meta description of a page. |
page.metaKeywords | {{page.metaKeywords}} | Returns the meta keywords of a page. |
page.url | {{page.url}} | Returns the url of a page. |
page.content | {{page.content}} | Returns the content of a page. |
page.status | {{page.status}} | Returns the status of a page. |
page.creationDate | {{page.creationDate}} | Returns the creation date of a page. |
page.lastUpdate | {{page.lastUpdate}} | Returns the last update date and time of a page. |
Comments