TwigView 1.0.2
Fixes
- Templates loaded through internal Twig tags and functions like
extends
orinclude()
are always relative to the rootApp.paths.templates
directories. Previously, they were restricted by the Controller template path.
extends
or include()
are always relative to the root App.paths.templates
directories. Previously, they were restricted by the Controller template path.