---
title: "Quote"
description: "Quotes with author and note."
type: "docs"
category: "doc"
tags: []
authors: [Anonymous]
date: "2026-09-09"
last_update: "2026-09-09"
time_minutes: 1
draft: false
unlisted: false
url: "https://www.derafu.dev/docs/ui/twig/components/block-quote"
---

<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 09/09/2026

