{%- for s,v in config.items() -%}
[{{ s }}]
{% if v | length -%}
{%- for conf,val in v.items() -%}
{{ conf }}={{ val }}
{% endfor -%}
{%- endif -%}
{% endfor -%}
