Title: <%= article.title %>
Posted <%= time_tag article.created_at %>
<%= pluralize article.comments.count, "comment" %>
Content: <%= article.content %>
<%= link_to "Show this article", article %>