4 lines
181 B
Twig
Raw Permalink Normal View History

2021-05-27 18:17:50 +02:00
{% set item = collection ?? object %}
{% set type = collection ? 'collection' : 'object' %}
ERROR: Layout '{{ layout }}' for flex {{ type }} '{{ item.flexType() }}' was not found.