<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tag %> <%= render 'shared/public_top' %>
<%= flash_display 'flash' %> <%= yield %>
<%= render 'shared/bottom' %>