Listing Teaser Callout
A listing teaser can have a callout section. Any content can be rendered as the callout.
Demo
This is a callout headline
This is callout text.
Twig
{% include '@bolt-components-listing-teaser/listing-teaser.twig' with {
headline: {
text: 'This listing has a callout',
tag: 'h3',
size: 'xlarge',
link_attributes: {
href: 'https://pega.com'
},
},
callout: {
attributes: {
class: 't-bolt-light',
},
content: callout_content,
},
} only %}
HTML
Not available in plain HTML. Please use Twig.