Details ======= .. jinjax:component:: Details(id: str | None = None, class_: str | None = None, open: bool = True, content: Any) Produce a ``
`` html node in order to create a collapsible box. .. code-block:: html

A title

Some content
:param id: unique identifier of the element. :param class: css class for the node, defaults to :attr:`fastlife.templates.constants.Constants.DETAILS_CLASS`. :param open: open/close state. :param content: child node.