<% unless @section.try(:single_article_mode) %>
<%= link_to_content(@article) %>
<% end %>
<%= @article.excerpt_html %>
<%= @article.body_html %>
<%= render :partial => 'comments/list', :locals => { :commentable => @article, :comments => @article.approved_comments } %>
<%= render :partial => 'comments/form', :locals => { :commentable => @article } if @article.accept_comments? %>
<% end %>