1. Component Guide
  2. Attachment
  3. With number of pages
Attachment example

With number of pages

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/attachment", {
  attachment: {
    title: "Department for Transport, temporary snow ploughs: guidance note",
    url: "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/259634/temporary-snow-ploughs.pdf",
    filename: "temporary-snow-ploughs.pdf",
    content_type: "application/pdf",
    file_size: 20000,
    number_of_pages: 7
  }
} %>