component_blocks-1.1.0/templates/field--component-block.html.twig
templates/field--component-block.html.twig
{% if title_suffix %}
{# Contextual links support #}
{{ title_suffix }}
{% endif %}
{% apply spaceless %}{% for item in items %}
{% block content %}
{{- item.content -}}
{% endblock %}
{% endfor %}{% endapply %}
