Ternary operator
Pebble supports the use of the conditional operator (often named the ternary operator).
twig
{{ foo == null ? bar : baz }}
Pebble supports the use of the conditional operator (often named the ternary operator).
{{ foo == null ? bar : baz }}