wintercms / winter

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
https://wintercms.com
MIT License
1.31k stars 188 forks source link

Throw LoaderError when failing to find a Twig template #1101

Closed mjauvin closed 3 months ago

mjauvin commented 3 months ago

Reported by: @damsfx Credit: @LukeTowers

throw a Twig\Error\LoaderError exception so that ignore_missing works in below example:

{{ source("template", ignore_missing = true) }}