<% for (var i = 0; i < list.length; i++) { var hero = list[i] hero.created = moment(hero.created).fromNow() %><%-include(infos.basePath + "/widgets/item-notice", { infos: infos, hero: hero }) %><% } %>