-
-
Notifications
You must be signed in to change notification settings - Fork 39
loop over custom tag result #81
Copy link
Copy link
Open
Description
In Leaf 3 we could loop not just over arrays from context, but we also could loop over custom tag result
Now in Leaf 4:
-
#for(language in #config("app", "languages")):
Throws exception:
LeafKit.LexerError.Reason.invalidParameterToken(\"#\") -
#for(language in config("app", "languages")):
Throws:
"for loops expect single expression, 'name in names'"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels