<%= notice %>

<%= link_to "Home", root_path %>

Title: <%= post.title %>

Content: <%= post.content %>

Slug: <%= link_to post.slug, slug_engine.slug_path(post.slug) %>

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