404.html.twig 181 B

1234
  1. {% set item = collection ?? object %}
  2. {% set type = collection ? 'collection' : 'object' %}
  3. ERROR: Layout '{{ layout }}' for flex {{ type }} '{{ item.flexType() }}' was not found.