{% for section in config -%}
[{{ section }}]
{% for key, val in section.items() -%}
{{ key }} = {{ val }}
{% endfor -%}