Hi!
The search does not work for such short words: if not in
I tested
{{ if not in (.Get "class") "test" }}
and several combinations with !
.
This, of course, works as a workaround:
{{ if in (.Get "class") "test" }}
{{ else }}
ā¦
{{ end }}
Thanks a lot.