Oh sorry I wasn't paying attention. Those two aren't in any templates afaik. They're added by the widget system.
Solved How to compare variables in .tpl template
-
Hey Mates,
maybe this has already been discussed.
But is there any chance to compare two variables in the .tpl files?
E.g.
<!-- IF ../test === "hello world" -->
<p>Hello World</p>
<!-- ENDIF ../test === "hello world" -->Thanks a lot.
-
Should be possible see here https://github.com/benchpressjs/benchpressjs/blob/master/docs/operators.md
-
Should be possible see here https://github.com/benchpressjs/benchpressjs/blob/master/docs/operators.md
-
Awesome sometimes it's as simple as that. Thanks a lot.