Skip to content

toIni value

toIni returns the ini representation of value, which must be a dict.

Example

{{ dict "key" "value" "section" (dict "subkey" "subvalue") | toIni }}

Warning

The ini format is not well defined, and the particular variant generated by toIni might not be suitable for you.