> ## 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.

# Post page tags

- URL: https://getpublii.com/dev/post-page-tags/
- Published: 2017-08-04T21:42:30.826Z
- Updated: 2024-08-15T20:44:50.955Z
- Description: Below you shall find a list of all the handlebars tags available in the post.hbs and post-TEMPLATE\_NAME.hbs files. Template-specific tags {{#post}} - displayed post item {{#nextPost}}…
- Author: Tomasz Dziuda
- Tags: Handlebars Tags

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

### Template-specific tags

-   **{{#post}}** - displayed [post item](https://getpublii.com/dev/post-tags/)
-   **{{#nextPost}}** - [post item](https://getpublii.com/dev/post-tags/) available only on the posts which are not hidden
-   **{{#nextSimilarPost}}** - [post item](https://getpublii.com/dev/post-tags/) available only on the posts which are not hidden and are in the same tags
-   **{{#previousPost}}** - [post item](https://getpublii.com/dev/post-tags/) available only on the posts which are not hidden
-   **{{#previousSimilarPost}}** - [post item](https://getpublii.com/dev/post-tags/) available only on the posts which are not hidden and are in the same tags
-   **{{#relatedPosts}}** - array of [post items](https://getpublii.com/dev/post-tags/) with a similar title or from the same 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/)
-   **{{pages}}** - array of [page items](#INTERNAL_LINK#/post/156)
-   **{{#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)
