Image

Image component with title, content and buttons.

What is Twig?

What is <a href='https://www.example.com/' target='_blank'>Twig</a>?
A small branch
block-image.html.twig
<twig:block-image
    class="my-4"
    title="What is Twig?"
    image="/img/home/derafu-dev-programmer.png"
    content="A <a href='https://www.example.com/' target='_blank'>small branch</a>."
    :buttons="[
        {
            text: 'Learn about Twig',
            url: 'https://twig.symfony.com/'
        }
    ]"
/>

<twig:block-image
    class="my-4"
    size="small"
    title="What is <a href='https://www.example.com/' target='_blank'>Twig</a>?"
    image="/img/home/derafu-dev-programmer.png"
    content="A small branch"
    :buttons="[
        {
            text: 'Learn about Twig',
            url: 'https://twig.symfony.com/'
        }
    ]"
/>

Last updated on 27/07/2025 by Anonymous