Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scope visible and transport scope binding #50

Open
Scrum opened this issue Aug 14, 2020 · 0 comments
Open

scope visible and transport scope binding #50

Scrum opened this issue Aug 14, 2020 · 0 comments
Assignees

Comments

@Scrum
Copy link
Member

Scrum commented Aug 14, 2020

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)

@Scrum Scrum self-assigned this Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant