<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= yield(:head) %> ">
<% if show_title? -%>
Home /

<%= yield(:title) %>

<% end -%>
<%= render 'message' %>
<%= yield %>