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