2022-07-01 22:14:18 +02:00

4 lines
74 B
Django/Jinja

{% for key,value in envvars.items() %}
{{ key }}={{ value }}
{% endfor %}