templates/default/components/atoms/list/list.html.twig line 1

Open in your IDE?
  1. {% block listEntry %}
  2. <li class="list__entry">{% apply spaceless %}
  3. <div>
  4. {% if entry is iterable %}{{ entry.entry|raw }}{% else %}{{ entry|raw }}{% endif %}
  5. </div>
  6. {% endapply %}</li>
  7. {% endblock %}