Blockquote Author Attribution for the quote.
Important Notes: A rendered image should be passed into the author.image property. Consider using the image element.
Demo

If you're cooking and not making mistakes, you're not playing outside your safety zone.

Twig
{% include '@bolt-components-blockquote/blockquote.twig' with {
  content: "If you're cooking and not making mistakes, you're not playing outside your safety zone.",
  author: {
    name: 'Guy Fieri',
    title: 'Chef, restaurateur, and New York Times Best Selling author',
    image: guy_img,
  },
} only %}
HTML
Not available in plain HTML. Please use Twig.