Hugo Details

Render the Hugo built-in details shortcode.
{{% details summary="Click to expand" open=true %}}
Collapsible content here.
{{% /details %}}

Example:

Hugo built-in details
This content is rendered through the built-in Hugo details behavior.