% content_for :content do %>
<%= request.path == "/organisations" ? "Organisations" : "Your organisation" %>
<% items = tab_items(current_user) %>
<%= content_for(:tab_title) %>
<%= content_for?(:organisations_content) ? yield(:organisations_content) : yield %>
<% end %>
<%= render template: "layouts/application" %>