<%= post[:title] %>

<%= post[:description] %>

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