% cache [current_user, 'post', post] do %>
<% post = Thredded::PostDecorator.new(post) %>
<%= content_tag_for(:article, post) do %>
<%= image_tag post.gravatar_url, class: 'avatar' %>
<%= post.user_name %>
<%= post.created_at_timeago %>
<%== post.filtered_content %>
<%= render post.attachments %>