We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Scrum
No branches or pull requests
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.
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)
The text was updated successfully, but these errors were encountered: