Is there a way to use an {if} statement that pipes “empty” and something else?
——-
These work individually but not in combination…
{if xyz == “”}
{if xyz == “something”}
{if xyz == “”“|something”}
——-
Trying to get this to work in some combination with URL-Segments.
I’ve tried the opposite…
{if xyz != “a|b|c”}
It works but it would mean every time a new section is added, I would have to add that into the template, don’t want to have to do that. Needs to take that into account automatically.
|
Conditional…Empty|OrThis?
|
||||||||||||||||
|
||||||||||||||||
|
||||||||||||||||
|
||||||||||||||||
|
||||||||||||||||
|
||||||||||||||||
