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

Is there a way to get all the variables / tokens used in a template ? #61

Open
heaplabs opened this issue Aug 21, 2017 · 1 comment
Open

Comments

@heaplabs
Copy link

heaplabs commented Aug 21, 2017

Lets say the template is

Hi {{first_name | default: 'there'}},

How is the weather in {{city | default: 'your city'}} ?

Thanks!

I would like to get all the variables used here, i.e. ['first_name', 'city']

@moonkakaija
Copy link

Legal Steroids

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant