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

- URL: https://getpublii.com/dev/introduction-helpers/
- Published: 2017-08-04T22:44:27.873Z
- Updated: 2018-01-25T08:24:04.178Z
- Description: Helpers are custom functions defined for Handlebars in Publii. We have defined many helpers - both inline and conditional. All conditional helpers have the hash…
- Author: Tomasz Dziuda
- Tags: Helpers

Helpers are custom functions defined for Handlebars in Publii. We have defined many helpers - both inline and conditional. All conditional helpers have the hash char in their name.

For example, **{{#checkIf}}** is a conditional helper, where **{{date}}** is an inline helper.

Of course, it is also possible to create custom helpers in the theme - you can read more about it [here](https://getpublii.com/dev/how-to-create-custom-handlebars-helpers/).
