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