<% if posts.empty? %>

No posts found.

<% else %>
<% posts.each do |post| -%> <% %><%= post -%> <% end -%>
<% end %> <%= footer %>