Skip to content

scope visible and transport scope binding #50

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions