<% content_for :before_content do %> <%= govuk_back_link( text: 'Back', href: :back, ) %> <% end %>

Your Organisation

<%= render TabNavigationComponent.new(items: [ { name: t('Details'), partial: '_details' }, { name: t('Users'), url: '#' }, ]) %>