4 lines
74 B
Django/Jinja
4 lines
74 B
Django/Jinja
{% for key,value in envvars.items() %}
|
|
{{ key }}={{ value }}
|
|
{% endfor %}
|