<% title @blog_post.title + " - " + @config.website_name %> <%= @blog_post.content.html_safe %>
<%= link_to (t "nav.edit"), edit_blog_post_path(@blog_post), :class => 'btn btn-small', :id => ['edit_' + @blog_post.slug] if user_signed_in? %> <%= link_to (t "nav.back"), blog_path, :class => 'btn btn-small' %>