Block Image

Enhanced image display component.

¿Qué es Twig?

¿Qué es Twig?

Una ramita.

¿Qué es Twig?

¿Qué es Twig?

Una ramita.

{# derafu_twig:templates/pages/components/block-image.html.twig #}

{% extends 'layouts/default.html.twig' %}

{% block content %}
<twig:block-image
    title="¿Qué es Twig?"
    image="{{ base_path }}/img/block-hero.jpeg"
    description="<p>Una ramita.</p>"
    :buttons="[
        {
            text: 'Aprende sobre Twig',
            url: 'https://twig.symfony.com/'
        }
    ]"
/>
<twig:block-image
    title="¿Qué es Twig?"
    image="{{ base_path }}/img/block-hero.jpeg"
    description="<p>Una ramita.</p>"
    :buttons="[
        {
            text: 'Aprende sobre Twig',
            url: 'https://twig.symfony.com/'
        }
    ]"
    size="small"

/>
{% endblock %}