<% if post[:tags] %>
<% post[:tags]&.each do |tag| %> > <%= tag %> <% end %>
<% end %>
<%= post[:created_at] %><% if post[:author] %> • <%= post[:author] %> <% end %> <%= "• #{post[:description]}" if post[:description] %>

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