grav/system/templates/flex/404.html.twig
2019-10-10 16:16:54 +03:00

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.