<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %>
<% if flash[:notice] %>

<%= flash[:notice] %>

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

<%= flash[:alert] %>

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