Fix meta file

This commit is contained in:
Werner Dijkerman
2018-11-19 20:20:49 +01:00
parent f74ff634a7
commit 3cccb6ba50
3 changed files with 30 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{% endif %}
{% if item.value.config is defined and item.value.config is iterable %}
{% for items in item.value.config %}
{{ items }}
{% raw %}{{ items }}{% endraw %}}
{% endfor %}
{% endif %}
{% if item.value.tags is defined and item.value.tags is iterable %}