Blockquote No Quotes A boolean property for quotation marks.
Important Notes: The quotation mark styles change based on the language of the site.
Demo

Has Quotes


This is a blockquote component with no_quotes set to false.

No Quotes


This is a blockquote component with no_quotes set to true.

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