class GovukPublishingComponents::Presenters::PageWithStepByStepNavigation

def active_step_nav_content_id

def active_step_nav_content_id
  @active_step_nav_content_id ||= @query_parameters["step-by-step-nav"].present? ? @query_parameters["step-by-step-nav"] : nil
end