3 lines
85 B
Django/Jinja
3 lines
85 B
Django/Jinja
{% for key, value in zoneminder_config.items() %}
|
|
{{ key }}={{ value }}
|
|
{% endfor %}
|