Panel Content Adding content to a panel will create the interaction for revealing the additional content.
Important Notes: If more content is added, the height of the Panel will be increased to match. This will crop the signifier image to create uniformity. If multiple Panels are placed in a layout, they will all match the height of the tallest one.
Demo
Alt text.
Alt text.
Alt text.
Alt text.
Twig
{% include '@bolt-components-panel/panel.twig' with {
    signifier: signifier,
    title: title,
    content_header: content_header,
    content_main: content,
    content_footer: content_footer,
  } only %}
HTML
Not available in plain HTML. Please use Twig.