Example
Display the name of the current site
{{ site.name }}
Attributes
| Name | Type | Description |
|---|---|---|
| name | String | name of the site |
| index | Page | root page of the site |
| pages | Array | all the pages including even sub pages |
| domains | Array | list of all the domains the site answers for |
| seo_title | String | alternative title for the site used for SEO purpose |
| meta_keywords | String | keywords used for SEO purpose |
| meta_description | String | description used for SEO purpose |