-
-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Description
Hello,
in a templating function, it seems that's the way to add an entry into $model
is to return a map with the new entries.
Could you please confirm that values inside the return map are added to new context, and are not volatile (they stay inside the $model
for the whole request processing) ?
I have a problem in an html template, where I call the same templating function twice (one in /html/head/title
, et then in /html/body/h1
), and value is correctly replaced in title
but not in h1
.
Any help will be appreciated.
Christophe
Metadata
Metadata
Assignees
Labels
No labels