added space for clarity
This commit is contained in:
parent
7293f8bb12
commit
f6e5dfb11a
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
{%- for name, value in config.iteritems() %}
|
{%- for name, value in config.iteritems() %}
|
||||||
{%- if value is string or value is number%}
|
{%- if value is string or value is number %}
|
||||||
{{ name }} {{ value }}
|
{{ name }} {{ value }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
{%- for item in value %}
|
{%- for item in value %}
|
||||||
|
Loading…
Reference in New Issue
Block a user