% if @title.nil? then @title = controller.controller_name + ' / ' + controller.action_name end %>
<%= @title %> :: <%= SITE_TITLE %>
<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tag %> <%= stylesheet_link_tag "site" %>
<%= flash[:notice] %>
<%= flash[:warning] %>
<%= yield %>