% add_gem_component_stylesheet("layout-footer") meta ||= [] navigation ||= [] with_border ||= false hide_licence ||= false layout_footer_helper = GovukPublishingComponents::Presenters::LayoutFooterHelper.new(navigation, meta) absolute_links_helper = GovukPublishingComponents::Presenters::AbsoluteLinksHelper.new() component_helper = GovukPublishingComponents::Presenters::ComponentWrapperHelper.new(local_assigns) component_helper.add_class("gem-c-layout-footer govuk-footer") component_helper.add_class("gem-c-layout-footer--border") if with_border component_helper.add_data_attribute({ module: "ga4-link-tracker" }) %> <%= tag.footer(**component_helper.all_attributes) do %>