{% use '@Contao/component/_figure.html.twig' %}
{% for entry in entries %} {% set isImageOnly = entry.imageFigure and not entry.headline and not entry.text and not entry.link %}
{% if entry.imageFigure %}
{% with {figure: entry.imageFigure} %}{{ block('figure_component') }}{% endwith %}
{% endif %} {% if entry.headline %}

{{ entry.headline }}

{% endif %} {% if entry.text %}
{{ entry.text|e|nl2br }}
{% endif %} {% if entry.link %} {% endif %}
{% else %}

Keine veröffentlichten Pinnwandeinträge vorhanden.

{% endfor %}