diff --git a/templates/parts/backends b/templates/parts/backends index 887fd7c4..79691cdc 100644 --- a/templates/parts/backends +++ b/templates/parts/backends @@ -1,18 +1,18 @@ {% if sections and 'DEFAULT' in sections -%} {% for key, value in sections['DEFAULT'] -%} {{ key }} = {{ value }} -{% endfor -%} -{% endif -%} +{% endfor %} +{%- endif %} {% if backends -%} enabled_backends = {{ backends }} -{% endif -%} +{%- endif %} {% for section in sections -%} {% if section != 'DEFAULT' -%} [{{ section }}] {% for key, value in sections[section] -%} {{ key }} = {{ value }} -{% endfor -%} -{% endif -%} -{% endfor -%} \ No newline at end of file +{% endfor %} +{% endif %} +{%- endfor %} \ No newline at end of file