<% if @portal.logo.present? %> <% end %> <%= @portal.name %>
<%# Go to homepage link section %>
<% if @portal.homepage_link %>
<%= render partial: 'icons/redirect' %> <%= I18n.t('public_portal.header.go_to_homepage') %>
<% end %> <%# Appearance toggle section %>
<%# Appearance dropdown section %>
<%# Locale switcher section %> <% if @portal.config["allowed_locales"].length > 1 %>
<%= render partial: 'icons/globe' %> <%= render partial: 'icons/chevron-down' %>
<% end %>