Dropdown

Article last updated at August 11, 2026

Dropdown — a drop-down list. Use it to group elements with hidden content.

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 dropdown %}

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

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

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

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

{% endlist %}

Result:

-
  • Name of item 1
  • Name of item 2

Note

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