<%= $config.title %>

<% for post in @posts %>

<%= post.title %>

<%= post.created_at %>

<%= post.body %>
<% end %>