parent
f868a0bda8
commit
478bd6a3b6
4 changed files with 22 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||||
|
{% if item.config is defined and item.config is mapping %} |
||||||
|
{% for key in item.config.keys() | list %} |
||||||
|
{{ key }}={{ item.config[key] }} |
||||||
|
{% endfor %} |
||||||
|
{% endif %} |
Loading…
Reference in new issue