Content type: <%= tableize_type(@entry.type) %>
Title: <%= @entry.title %>
Slug: <%= @entry.slug %>
<% @entry.class.content_attributes.each do |attr_name, attr_type| %><%= attr_name %>: <%= @entry.send(attr_name.to_sym) %>
<% end %>Author name: <%= @entry.author_name %>
<%= link_to 'Edit', edit_content_entry_path(@entry) %>