.details
Element
Creates an expandable details section with collapsible content
.tiny
.small
.medium
.large
.extra
Syntax
.details
empty collapsible section
.details "title" "details"
with title and details text
.details $title-var "details"
with title from variable and literal details
.details "title" $details-var
with literal title and details from variable
.details $title-var $details-var
with both title and details from variables