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

# Author page tags

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

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

### Template-specific tags

-   **{{#author}}** - currently displayed [author item](https://getpublii.com/dev/author-tags/)
-   **{{#posts}}** - array of the [post items](https://getpublii.com/dev/post-tags/) connected with a current author

### 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](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 }}
