> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Page template tags

- URL: https://getpublii.com/dev/page-template-tags/
- Published: 2024-08-15T20:41:49.938Z
- Updated: 2024-08-15T20:41:49.938Z
- Description: Below you shall find a list of all the handlebars tags available in the page.hbs and page-TEMPLATE\_NAME.hbs files. Template-specific tags {{#page}} - displayed page item Common…
- Author: Tomasz Dziuda

Below you shall find a list of all the handlebars tags available in the **page.hbs** and **page-TEMPLATE\_NAME.hbs** files.

### Template-specific tags

-   **{{#page}}** - displayed [page item](https://getpublii.com/dev/page-tags/)

### Common tags

-   **{{title}}** - page title
-   **{{metaTitleRaw}}** - meta title in raw form
-   **{{metaDescriptionRaw}}** - meta description in raw form
-   **{{metaRobotsRaw}}** - meta robots value in raw form
-   **{{canonicalUrl}}** - canonical URL for the post page
-   **{{#featuredPosts}}** - array of the featured [post items](https://getpublii.com/dev/post-tags/)
-   **{{hiddenPosts}}** - array of the hidden [post items](https://getpublii.com/dev/post-tags/)
-   **{{#tags}}** - array of all [tag items](https://getpublii.com/dev/tag-tags/) available on the website
-   **{{#siteOwner}}** - informations about main author as [author item](https://getpublii.com/dev/author-tags/)
-   **{{#authors}}** - array of all [author items](https://getpublii.com/dev/author-tags/) on the website (if display of authors w/o posts is enabled it will contain also authors without posts)
-   **{{menus}}** - array of assigned menus (key is a menu position name)
-   **{{unassignedMenus}}** - array of unassigned menus (key is a slug of menu name)
