> For the complete documentation index, see [llms.txt](https://docs.takomo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.takomo.io/variables/partials.md).

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

```yaml
{{> my-partial.hbs }}
```
