Back to Chezmoi

`fromToml` *tomltext*

assets/chezmoi.io/docs/reference/templates/functions/fromToml.md

2.70.2167 B
Original Source

fromToml tomltext

fromToml returns the parsed value of tomltext.

!!! example

```
{{ (fromToml "[section]\nkey = \"value\"").section.key }}
```