m: posts = <%= JSON.stringify(posts) %>
v: /views/home/index.html
c: HomeController.js:index()
<% posts.forEach(function(post) { %>

Post : <%= post %>

<% }) %>