-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Thank you for the response. That's interesting, I had missed that one.
Will see if I can work with it, even though what I'm looking for is probably some way to dynamically set/send/extend variables/options.
A.html
<include src="B.html" locals='{
"location": "Los Angeles"
}'></include>
B.html
<include src="contact.html" locals='{
"location": {{ location }},
"department": "dep"
}'></include>
contact.html
<h1 class="{{ department }}">Hi {{ location }}</h1>
I'll close this for now, as I realize this is probably outside of the scope of this module :)
Originally posted by @Znarkus in #49 (comment)