<%= notice %>

Content: <%= @post.content %>

Title: <%= @post.title %>

Active: <%= @post.active %>

Category: <%= @post.category %>

<%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>