<%= your_todos %>
<% for(let todo of todo_list) { %>
<%= todo.task %>
<% } %>