%= csrf_meta_tag %>
<%= Iqvoc.title || t("txt.common.iqvoc_title") %>
<%= stylesheet_link_tag "blueprint/screen", :media => "screen, projection" %> <%= stylesheet_link_tag "blueprint/print", :media => "print" %> <%= stylesheet_link_tag "manifest" %> <%= yield :head %> "> <%= render :partial => 'layouts/controls' %>
<%= render :partial => 'layouts/header' %>
<%= nav_items(Iqvoc.navigation_items) %>
<%= yield :sub_navigation %>
<% if flash[:notice] %>
<%= flash[:notice] %>
<% end %> <% if flash[:error] %>
<%= flash[:error] %>
<% end %> <%= yield %>
<%= javascript_include_tag "manifest" %> <%= yield :scripts %>