Broadcast Use Case An example of what a broadcast might look like in use. This example sets the broadcast's padding to none and nests a layout in the content. Demo

Pega is the platform for enterprise transformation

Alt text.
Twig
{% include '@bolt-components-broadcast/broadcast.twig' with {
  content: content,
  background: background,
  video: video,
  padding_top: 'none',
  padding_bottom: 'none',
  attributes: {
    id: 'broadcast-use-case-1',
    class: 't-bolt-dark'
  }
} only %}
HTML
Not available in plain HTML. Please use Twig.