<%= @path %>

<% archives.in_groups_of(3, false) do |group| %> <% if group.length > 0 %> <% for article in group %> <% end %> <% end %>
<%= begin; "
"+ "
#{article.title}
"+ ""+ "
#{article.date}
"+ "
"; rescue;end %> <% end %>