5 lines
122 B
TOML
5 lines
122 B
TOML
{% for section in config -%}
|
|
{% for key, val in section.iteritems() -%}
|
|
{{ key }} = {{ val }}
|
|
{% endfor -%}
|
|
{% endfor -%}
|