{% for config_card in vars.config_cards %}
{{ config_card.strings.title }}
{{ config_card.strings.sub }}
{% for opt_key,opt in config_card.key_opts|default([]) %} {% endfor %}
{{ opt.name }} {{ opt.summary }} {% if opt.href is defined %} {% endif %}
{% endfor %}