For the complete documentation index, see llms.txt. This page is also available as Markdown.

Partials

Each file in the partials directory or its subdirectory can be used as Handlebars partial.

Example

If the partials directory contains a file named my-partial.hbs, you can include it as a partial in a configuration file like so:

{{> my-partial.hbs }}

Last updated

Was this helpful?