You are here

field--component-block.html.twig in Component blocks 1.1.x

{% if title_suffix %}
  {# Contextual links support #}
  {{ title_suffix }}
{% endif %}
{% spaceless %}{% for item in items %}
  {% block content %}
    {{- item.content -}}
  {% endblock %}
{% endfor %}{% endspaceless %}

File

templates/field--component-block.html.twig
View source
  1. {% if title_suffix %}
  2. {# Contextual links support #}
  3. {{ title_suffix }}
  4. {% endif %}
  5. {% spaceless %}{% for item in items %}
  6. {% block content %}
  7. {{- item.content -}}
  8. {% endblock %}
  9. {% endfor %}{% endspaceless %}