7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
|
{%- for category, config in nsd.get('config_data').items() %}
|
||
|
{{ category }}:
|
||
|
{%- for option, value in config.items() %}
|
||
|
{{ option }}: {{ value }}
|
||
|
{%- endfor %}
|
||
|
{%- endfor %}
|