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