<% layout("./layouts/layout.eta") %>

Your answer is not correct.

Correct answer:

<% if (it.data && it.data.length > 0) { %> <% it.data.forEach(item => { %> <%= item %> <% }); %> <% } else { %>

Correct options are not found.

<% } %> Next question