You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output filename and line number of non-existent macro
Fix for null pointer and index out of bounds exceptions when invalid or no endif/endfor tags are used in template (#266)
Add DynamicAttributeProvider interface. When implemented by an object, tells the expression parser that this object is able to provide attributes dynamically, given their names and the potential arguments(#230)
Add rendering of single blocks, similar to the Twig renderBlock() method.