%= stylesheet_link_tag 'crud' %> <%= javascript_include_tag :all %> <%= csrf_meta_tag %>
<%= @title %>
<% if flash[:notice].present? %>
<%= flash[:notice] %>
<% elsif flash[:alert].present? %>
<%= flash[:alert] %>
<% end %> <%= yield %>