<% articles.forEach((article)=> { %> <li> <h2> <%= article.title %> </h2> <p> <%= article.body %> </p> </li> <hr /> <% }) %>