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
Now, the template can use the syntax {{ call template_name with child_of_context }} for render template_name with child_of_context.
Can it call the template with context which is not the child but itself?
And, for it, why don't you add the syntax {{ call template_name }}?
The text was updated successfully, but these errors were encountered:
loloicci
changed the title
Question: Can Template Call Other Template With The Same Context Used Now?
Question: Can Template Call Anoher Template With The Same Context Used Now?
Apr 5, 2021
loloicci
changed the title
Question: Can Template Call Anoher Template With The Same Context Used Now?
Question: Can Template Call Another Template With The Same Context Used Now?
Apr 5, 2021
Now, the template can use the syntax
{{ call template_name with child_of_context }}
for rendertemplate_name
withchild_of_context
.Can it call the template with context which is not the child but itself?
And, for it, why don't you add the syntax
{{ call template_name }}
?The text was updated successfully, but these errors were encountered: