{% macro digitalmarketplaceFooter(params) %} {%- from 'govuk_frontend_jinja/components/footer/macro.html' import govukFooter -%} {{ govukFooter({ "navigation": [ { "title": 'About Digital Marketplace', "width": "one-half", "items": [ { "href": url_for('external.help'), "text": 'Contact' }, { "href": 'https://www.gov.uk/guidance/digital-marketplace-buyers-guide', "text": 'Services you can buy' }, { "href": 'https://www.gov.uk/guidance/digital-marketplace-suppliers-guide', "text": 'Services you can sell' }, { "href": 'https://www.gov.uk/government/organisations/crown-commercial-service', "text": 'About Crown Commercial Services' }, { "href": 'https://www.gov.uk/government/organisations/government-digital-service', "text": 'About Government Digital Services' }, { "href": url_for('external.suppliers_list_by_prefix'), "text": 'G-Cloud supplier A to Z' } ] }, { "title": 'Guidance for using Digital Marketplace', "width": "one-half", "items": [ { "href": 'https://www.gov.uk/guidance/g-cloud-suppliers-guide', "text": 'Applying to sell on the G-Cloud framework' }, { "href": 'https://www.gov.uk/guidance/digital-outcomes-and-specialists-suppliers-guide', "text": 'Applying to sell on the DOS framework' }, { "href": 'https://www.gov.uk/guidance/g-cloud-buyers-guide', "text": 'Buying on the G-Cloud framework' }, { "href": 'https://www.gov.uk/guidance/digital-outcomes-and-specialists-buyers-guide', "text": 'Buying on the DOS framework' }, { "href": 'https://www.gov.uk/guidance/the-crown-hosting-data-centres-framework-on-the-digital-marketplace', "text": 'Buying on the Crown Hosting framework' } ] } ], "meta": { "items": [ { "href": url_for('external.terms_and_conditions'), "text": 'Terms and conditions' }, { "href": url_for('external.cookies'), "text": 'Cookies' }, { "href": url_for('external.privacy_notice'), "text": 'Privacy notice' }, { "href": url_for('external.accessibility_statement'), "text": 'Accessibility statement' } ], "html": 'Built by the Government Digital Service' } }) }} {% endmacro %}