I’m trying to send a parameter to a template:
[template id=53567 nolink="false"]
Inside the template I want to test for the value of nolink:
<If {Get local=nolink} is value="true">
nolink
<Else />
link
</If>
The output is “nolink”.
What am I missing please?