1
0

Add music app

This commit is contained in:
2024-12-23 17:08:15 +03:00
parent 87e13973ec
commit 6fc30522d0
6 changed files with 76 additions and 1 deletions

3
templates/env.j2 Normal file
View File

@ -0,0 +1,3 @@
{% for name in env_dict.keys() | sort %}
{{ name }}={{ env_dict[name] }}
{% endfor %}