Added null string handler.

This commit is contained in:
Jeff Baskin 2016-10-23 23:12:25 -04:00
parent b0c56cadab
commit 5e4e5d8b4a

View File

@ -29,8 +29,10 @@
{{ carryover|indent(indents, True) }}{{ ' ' }}
{%- endif -%}
{{ entry[0]|indent(indents, True) }}
{%- if entry[1] is defined -%}
{{- config_entries(entry[1], indents + 2) -}}
{%- endif -%}
{%- endif -%}
{%- endfor -%}
{%- else -%}
{%- for entry in data -%}