Quote
Quotes with author and note.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Another example quote with custom margins.
A quote without special margins.
block-quote.html.twig
<twig:block-quote
class="my-4"
content="Lorem ipsum dolor sit amet, consectetur adipiscing <a href='https://www.example.com/' target='_blank'>elit</a>."
author="John Doe"
note="Quote"
image="/img/home/derafu-dev-programmer.png"
/>
{# Example with individual margins #}
<twig:block-quote
class="my-4"
content="Another example quote with custom margins."
author="Jane Smith"
note="<a href='https://www.example.com/' target='_blank'>Quote example</a>"
/>
{# Example without margins #}
<twig:block-quote
class="my-4"
content="A quote without special margins."
author="Anonymous"
/>
Last updated on 27/07/2025
by Anonymous