<% if @current_user %> <%= form_with url: logout_path do |form| %> <%= form.submit "logout" %> <% end %> <% end %>
<%= yield %>