charm-keystone/templates/parts/section-middleware

7 lines
147 B
Plaintext

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