Tag page tags
Below you shall find a list of all the handlebars tags available in the tag.hbs and tag-TEMPLATE_NAME.hbs files.
Template-specific tags
- {{#tag}} - displayed tag item
- {{#posts}} - array of the post items connected with the currently displayed tag
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
- {{hiddenPosts}} - array of the hidden post items
- {{pages}} - array of page items
- {{#tags}} - array of all tag items available on the website
- {{#siteOwner}} - informations about main author as author item
- {{#authors}} - array of all author items 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 }}