{% for config_dict in config_dict_list %}
{% endfor %}
Configuration for {{ config_dict.name }}
| Variable | Value |
|---|---|
| {{ item.name }} | {{ item.value }} |