%%= ie_html :class => 'no-js', :lang => :en do %>
<%%= csrf_meta_tag %>
<%%= page_title "Default title" %>
<%%= stylesheet_link_tag "application" %>
<%%= javascript_include_tag "application" %>
<%%= flash_messages %>
<%%= link_to_unless_current 'Welcome aboard!', root_path %>
<%% end %>