@julian thanks that's good to know.
I'll do as @pichalite recommended and fork the theme then.
Thanks!
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.