<% posts_in_year(item[:academic_year]).each do |post| %>

<%= post[:title] %>

<% if post[:author] %> door <%= post[:author] %> <% end %>

<%= post[:description] %>
<%= post[:created_at] %>
<%= excerptize(post.reps[:text].compiled_content, length: 200).tr("\n", ' ')%>
<% end %>