<% category_link_params = { portal_slug: @portal.slug, category_locale: @article.category&.locale, category_slug: @article.category&.slug, theme: @theme_from_params, is_plain_layout_enabled: @is_plain_layout_enabled } %>
<%= I18n.t('public_portal.common.home') %> <%= render partial: 'icons/chevron-right' %> <% if @article.category %> <%= @article.category&.name %> <%= render partial: 'icons/chevron-right' %> <%= @article.title %> <% else %> <%= I18n.t('public_portal.header.uncategorized') %> <% end %>

<%= article.title %>

<%= I18n.t('public_portal.common.last_updated_on', last_updated_on: article.updated_at.strftime("%b %d, %Y")) %>