mirror of
https://github.com/getgrav/grav.git
synced 2026-01-17 21:13:02 +01:00
4 lines
181 B
Twig
4 lines
181 B
Twig
{% set item = collection ?? object %}
|
|
{% set type = collection ? 'collection' : 'object' %}
|
|
|
|
ERROR: Layout '{{ layout }}' for flex {{ type }} '{{ item.flexType() }}' was not found. |