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