Handlebars-Net/Handlebars.Net

[Question] Is there any way to enumerate the Handlebars that are defined in a given compiled template ?

Simonl9l opened this issue · 1 comments

I using a POCO Model to pass values into the compiled model. I'm looking to validate that the Handlebars in the template match the attributes of the model.

There's no build in way to do so. You may have a look at helperMissing feature as access to fiends is treated as helper calls.