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