Added the tail indents.
This commit is contained in:
parent
75f971ae71
commit
aaedc00343
@ -16,7 +16,7 @@
|
||||
{%- for entry in data|dictsort -%}
|
||||
{{ entry[0]|indent(indents, True) }} {
|
||||
{{ config_entries(entry[1], indents + 2) }}
|
||||
}{{ '\n' }}
|
||||
{{ '}\n'|indent(indents, True) }}
|
||||
{%- endfor -%}
|
||||
{%- endif -%}
|
||||
{%- endmacro -%}
|
||||
|
Loading…
Reference in New Issue
Block a user