mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
5 lines
90 B
Smarty
5 lines
90 B
Smarty
|
SECRET:
|
||
|
{% for key, secret in secrets,items() %}
|
||
|
'{{key}}': '{{secret}}'
|
||
|
{% endfor %}
|