{% extends "home-office-kit-layout.html" %} {% block homeOfficeKit_style %} {% endblock %} {% block content %}

Accordion

This accordion should only be used in prototypes. It is not production code.

It looks like the GOV.UK frontend Accordion v3.14, but works with future version of GOV.UK frontend.

It allows designers to use the up to date GOV.UK prototype kit, with an older visual style of the accordion (which their service may still be using).

{{ homeOfficeKitLegacyAccordion({ id: "accordion-default", items: [ { heading: { text: "Writing well for the web" }, content: { html: "

This is the content for Writing well for the web.

" } }, { heading: { text: "Writing well for specialists" }, content: { html: "

This is the content for Writing well for specialists.

" } }, { heading: { text: "Know your audience" }, content: { html: "

This is the content for Know your audience.

" } }, { heading: { text: "How people read" }, content: { html: "

This is the content for How people read.

" } } ] })}} {% endblock %}