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