Skip to content

fromYaml yamltext

fromYaml returns the parsed value of yamltext.

Example

{{ (fromYaml "key1: value\nkey2: value").key2 }}