6.4 Teaser small list View in a new window

Example

How to maintain asbestos

Follow these simple steps to plan and work safely with asbestos.

How to safely dispose

Follow these simple steps to plan and work safely with asbestos.

Health and risks of exposure

Understand the impacts of asbestos exposure.
Markup
<div class="row m-md-0">
  <div class="col-md-4 mb-4">{% include 'teaser-card.twig' with { 
    "data" : { heading: 'How to maintain asbestos', theme: 'media', img: "https://picsum.photos/id/421/400/200" ,
     copy: "Follow these simple steps to plan and work safely with asbestos.", "svgUrl":"."}
    
    } %}</div>
  <div class="col-md-4 mb-4">{% include 'teaser-card.twig' with { 
    "data" : { heading: 'How to safely dispose', theme: 'media', img: "https://picsum.photos/id/1047/400/200", copy: "Follow these simple steps to plan and work safely with asbestos.", "svgUrl":"." }
    } %}</div>
   <div class="col-md-4 mb-4">{% include 'teaser-card.twig' with { 
    "data" : { heading: 'Health and risks of exposure', theme: 'media', img: "https://picsum.photos/id/233/400/200" ,
     copy: "Understand the impacts of asbestos exposure.", "svgUrl":"."}
    } %}</div>
</div>