<%= 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' %>
<% if flash[:notice] %>

<%= flash[:notice] %>

<% end %> <% if flash[:error] %>

<%= flash[:error] %>

<% end %> <%= yield %>
<%= javascript_include_tag "manifest" %> <%= yield :scripts %>