8efab2002f
Not according to convention, but it reads better.
4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
{% for name in env_dict.keys() | sort %}
|
|
{{ name }}={{ env_dict[name] }}
|
|
{% endfor %}
|