Image
Image component with title, content and buttons.
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