handlebars-lang / handlebars.js

Minimal templating on steroids.
http://handlebarsjs.com
MIT License
17.82k stars 2.04k forks source link

added a helper to check if a partial is defined in the context #1948 #1953

Open smmhatami opened 1 year ago

smmhatami commented 1 year ago

This is a fix to solve Issue 1948. Resolves https://github.com/handlebars-lang/handlebars.js/issues/1948. Added a new helper called partialDefined which checks the current context for given partial existence.