4 lines
68 B
Text
4 lines
68 B
Text
|
% for user, password in users.items():
|
||
|
${user}:${password}
|
||
|
% endfor
|