7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
{% for section in sections -%}
|
|
[{{section}}]
|
|
{% for key, value in sections[section].items() -%}
|
|
{{ key }} = {{ value }}
|
|
{% endfor %}
|
|
{%- endfor %}
|