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

# 404 error page tags

- URL: https://getpublii.com/dev/404-error-page-tags/
- Published: 2017-08-04T21:49:06.068Z
- Updated: 2024-08-15T20:45:30.162Z
- Description: Below you shall find a list of all the handlebars tags available in the 404.hbs file. The 404 error page is generated only if the flag:…
- Author: Tomasz Dziuda
- Tags: Handlebars Tags

Below you shall find a list of all the handlebars tags available in the **404.hbs** file.

The 404 error page is generated only if the flag: "*create404page"* is set to **true** in the [config.json](#INTERNAL_LINK#/post/135) file (renderer section).

### Template-specific tags

This template does not use any template-specific 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
-   **{{#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 }}
