%= csrf_meta_tags %>
<%= stylesheet_link_tag "contents", :media => "all" %>
Common Content
- <%= link_to "Contents", "/contents" %>
- <%= link_to "Admin", "/admin" %>
- <%= content_for?(:breadcrumb) ? yield(:breadcrumb) : '' %>
<%= javascript_include_tag "application" %>