<%= image_tag post.image.file %>
<% end %>
<%= post.title %>
Posted <%= post.created_at.strftime("%B %d") %>
<%= truncate(post.content, length: 200) %>
<%= link_to 'Read More', article_path(post) %>
<%= truncate(post.content, length: 200) %>