2018-05-18 00:49:17 -04:00
|
|
|
{% for section in config -%}
|
2018-05-18 00:50:31 -04:00
|
|
|
{#- [{{ section.key() }}] -#}
|
2018-05-18 00:46:28 -04:00
|
|
|
{% for key, val in section.items() -%}
|
2018-05-17 22:52:46 -04:00
|
|
|
{{ key }} = {{ val }}
|
|
|
|
{% endfor -%}
|
|
|
|
{% endfor -%}
|