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