{# BLOCK LISTA #} {% import 'blocks\\settings.default.html.twig' as styles %} {% if settings.disabled_block|default != 1 %}
{% if fields.title %}

{{ fields.title }}

{% else %}

{{ title }}

{% endif %} {% if fields.banner %} {% endif %}
{% endif %} {# @END BLOCK LISTA #}