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

<%= post[:title] %>

<% if post[:author] %> <% if post[:lang] == :en %> by <% else %> door <% end %> <%= post[:author] %> <% end %>

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