<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %>

<%= flash[:notice] %>

<%= flash[:alert] %>

Current User is: <%= current_user ? current_user[Bigmouth.username_key.to_sym] : "Guest" %>
<%= yield %>