3 lines
77 B
INI
3 lines
77 B
INI
|
{%- for key, val in config.iteritems() %}
|
||
|
{{ key }} = {{ val }}
|
||
|
{%- endfor %}
|