Blockquote Indent A boolean property for quote indentation. Demo

No Indent


This is a blockquote component with indent set to false.

Has Indent


This is a blockquote component with indent set to true.

Twig
{% include '@bolt-components-blockquote/blockquote.twig' with {
  content: 'This is a blockquote component.',
  indent: true,
} only %}
HTML
Not available in plain HTML. Please use Twig.