{% set demo_result %}
{% include '@bolt-components-listing-teaser/listing-teaser.twig' with {
signifier: signifier,
layout: 'responsive', // Allow the content to wrap under the signifier when it runs out of space. Used in video listing.
eyebrow_items: [
eyebrow_1,
eyebrow_2,
],
headline: {
text: 'This is a listing',
tag: 'h3',
size: 'xlarge',
link_attributes: {
href: 'https://pega.com', // Or set type: 'button' for video modals.
},
},
meta_items: [
meta_item_1,
meta_item_2,
meta_item_3,
],
description: description,
chip_list: chip_list,
status: {
solved: true,
locked: true,
number_items: number_items,
},
} only %}
{% endset %}
// Render a list to display results
{% include '@bolt-components-list/list.twig' with {
spacing: 'small',
inset: true,
separator: 'solid',
items: [
demo_result,
...
],
} only %}