chrisdickinson / plate

a javascript template library, aimed at being compatible with django's template language.
183 stars 17 forks source link

How to extract used variables from a template? #23

Open buremba opened 5 years ago

buremba commented 5 years ago

The Python implementation of Jinja which is quite similar to Plate has a way to extract the variables used in the template, does Plate provide any way to have something like that?