<%= your_todos %>

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