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

# Introduction - tags

- URL: https://getpublii.com/dev/introduction-tags/
- Published: 2017-08-04T22:44:38.436Z
- Updated: 2024-08-15T21:10:17.209Z
- Description: Every type of available template \*.hbs file has access to a specific list of Handlebars tags. We have divided them into two groups: template-related tags…
- Author: Tomasz Dziuda
- Tags: Handlebars Tags

Every type of available template **\*.hbs** file has access to a specific list of Handlebars tags.

We have divided them into two groups: template-related tags and common tags.

Template-related tags are available only in a specific template file when common tags are available in the same form for other templates.

Publii uses a few Handlebars template files to render your website:

-   [index.hbs](https://getpublii.com/dev/homepage-tags/) - for the homepage and its pagination,
-   [post.hbs](https://getpublii.com/dev/post-page-tags/) - for single post pages,
-   [page.hbs](#INTERNAL_LINK#/post/157) - for single pages,
-   [tag.hbs](https://getpublii.com/dev/tag-page-tags/) - for tag posts listing and its pagination,
-   [tags.hbs](https://getpublii.com/dev/tags-page-tags/) - for tags tag listing,
-   [author.hbs](https://getpublii.com/dev/author-page-tags/) - for author posts listing and its pagination
-   [feed-xml.hbs and feed-json.hbs](https://getpublii.com/dev/feed-tags/) - for feed.xml and feed.json files output,
-   [search.hbs](https://getpublii.com/dev/search-page-tags/) *(optional)* - for search page,
-   [404.hbs](https://getpublii.com/dev/404-error-page-tags/) *(optional)* - for 404 error page

Additionally, for posts, tags and authors pages you can create and use templates. In this case, your file names will contain a slug connected with the specific template. You can read more about it [here](https://getpublii.com/dev/how-to-create-custom-templates/).
