<% use_tinymce_basic -%> <% unless current_user.nil? %>

Welcome <%=h current_user.contact.firstname -%> <%= link_to 'logout', '/logout' -%>

<% end %>

<%= flash[:notice] %>

<%= yield %>