Accordion

Article last updated at August 11, 2026

Accordion allows you to collapse or expand content of your choice, suitable for organizing large amounts of information.

Warning

The construct works only if it is separated by blank lines — outside (before the opening and after the closing tag) and inside (between the tags and the content). Otherwise, it will not be processed and will remain plain text.

{% list tabs accordion %}

- Название пункта 1

  Контент для пункта 1.

- Название пункта 2

  Контент для пункта 2.
 
- Название пункта 3

  Контент для пункта 3.

{% endlist %}

Result:

Content for item 1.

Content for item 2.

Content for item 3.

Note

Tabs, accordions, radio buttons, and dropdowns share common properties described on the page Common parameters.