<% content_for :head do %> <% end %>

<%= item[:title] %>

<% if item[:author] %>

door <%= item[:author] %>

<% end %>
Geschreven op <%= item[:created_at] %>
Leestijd: <%= reading_time @item %>
<%= yield %>