<%= @article.title %>

<%= @article.author %> wrote this on <%= (new App.Services.Date @article.publishedAt).toString 'short' %> / <%= @article.commentsCount %> comment<%= if @article.commentsCount is 1 then '' else 's' %>

<%= @article.content %>

Continued…