LISE - pass custom var to template
Posted: Sun Aug 19, 2018 3:55 am
When I call a LISE instance, is there a way I can pass a custom variable to the template?
For example:
and then the template:
For example:
Code: Select all
{LISEmymodule myFavoriteColor="purple"}Code: Select all
<div style="color: {$myFavoriteColor}">