Template conditionals are not parsing
If we follow this example:
https://www.vaultwiki.org/manual/Par...e-Conditionals
We are having major issues trying to get the "if" function work as it is supposed to.
We have no problem with this sort of thing working: [if="{{{param}}}"]Param exists[else /]Param does not exist[/if]
But, this functionality:
[if="{{{1}}}==hi"]You said hi![else /]You didn't say hi.[/if]
doesn't work.
We are not sure if we are making a syntax error or if it is something else, but the second example always works as an "if" and never as an "ifequals" in the context I present it here.