3 lines
No EOL
132 B
Text
3 lines
No EOL
132 B
Text
<% Object.keys(it.secrets).forEach(function(prop) {
|
|
%> $<%= it.toLower(prop) %> = "<%= it.secrets[prop] %>" <%= '\n' %> <%
|
|
}) %> |