"Partial" Parameters

You can already define parameters to the partials.

Just open the partial and define a template data, those are the possible parameters:

Then you can populate it within the partial, just select a place in code and click:

and select the parameter to use:

This will add a parameter binding in the code:
image

Then on a different page, when you use the partial, you can pass the right data:

1 Like