{# BLOCK LISTA #} {% import 'blocks\\settings.default.html.twig' as styles %} {% if settings.disabled_block|default != 1 %}
{% if blockscontent %} {{ blockscontent|raw }} {% else %}
Não existem itens para serem listados.
{% endif %}
{% endif %} {# @END BLOCK LISTA #}