template7
template7 copied to clipboard
Parameterized partials
Is there any opportunity to pass parameters (or context objects) to registered partial inside the template?
Like this:
{{> myPartial (param1, param2....)}}
or something like this.