forked from stove/dataset
3 lines
101 B
YAML
3 lines
101 B
YAML
{% for key, value in extra_variables['configuration'].items() %}
|
|
{{ key }}: {{ value }}
|
|
{% endfor %}
|