{% set inputAttributes = { id: id, class: [ 'neo-input', "neo-input--#{handle}", static ? 'is-static', translatable ? 'is-translatable', ], } %} {% set neoSettings = craft.app.plugins.getPlugin('neo').settings %} {# Output the block type icons, for the non-Matrix new block styles #} {% if neoSettings.newBlockMenuStyle != 'classic' %} {% endif %}
{% for block in blocks %} {% if block.level == 1 %} {% include 'neo/block' with { handle, block, static } only %} {% endif %} {% endfor %}
{% if not static %}
{% endif %}