ejs
ejs copied to clipboard
need return if it is true else do another in ejs
<% for (const result of data) { %> <% if(result.disable === true){ %> <% return %> <% }else{ %>
<% } %> <% } %>