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