Title <%= @article.title %>

Text <%= @article.text %>

Comments

<%= render @article.comments %>

Add a comment:

<%= render 'comments/form' %> <%= link_to 'Edit', edit_article_path(@article) %> <%= link_to 'Back', articles_path %>