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

# Tags page tags

- URL: https://getpublii.com/dev/tags-page-tags/
- Published: 2020-12-06T18:22:32.621Z
- Updated: 2024-02-09T10:36:10.378Z
- Description: Check list of the handlebars tags available on the tags page which lists all tags used on your static websites built with Publii.
- Author: Tomasz Dziuda
- Tags: Handlebars Tags

Below you shall find a list of all the handlebars tags available in the **tags.hbs** file used to list all tags inside your website. Please remember that the **tags.hbs** file is optional and will be used only in the themes [which declares support for it](#INTERNAL_LINK#/post/133).

## Template-specific tags

-   **{{#tags}}** -  array of the [tag items](#INTERNAL_LINK#/post/86) available on the website
-   **{{tagsNumber}}** - total number of tags in the **{{#tags}}** collection

## Common tags

-   **{{title}}** - page title
-   **{{metaTitleRaw}}** - meta title in raw form

-   **{{metaDescriptionRaw}}** - meta description in raw form

-   **{{metaRobotsRaw}}** - meta robots value in raw form

-   **{{#featuredPosts}}** - array of the featured [post items](#INTERNAL_LINK#/post/85)

-   **{{#hiddenPosts}}** - array of the hidden [post items](#INTERNAL_LINK#/post/85)

-   **{{#tags}}** - array of all [tag items](#INTERNAL_LINK#/post/86) available on the website

-   **{{#siteOwner}}** - informations about main author as [author item](#INTERNAL_LINK#/post/87)

-   **{{#authors}}** - array of all [author items](#INTERNAL_LINK#/post/87) 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)
