{{ block.title }}

{% if block["items"] %} {% for item in block["items"] %}
{% if item.href %} {{ item.label }} {% else %} {{ item.label }} {% endif %}
{% endfor %} {% else %}
{% if locale == 'ru' %}Нет доступных ссылок.{% else %}No links available.{% endif %}
{% endif %}