<% items.each do |item| %> <% if item.current %>
  • <%= govuk_link_to item[:text], item[:href], class: "app-sub-navigation__link", aria: { current: "page" } %>
  • <% else %>
  • <%= govuk_link_to item[:text], item[:href], class: "app-sub-navigation__link" %>
  • <% end %> <% end %>