Skip to content

scope visible and transport scope binding #50

@Scrum

Description

@Scrum

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions