How to do an inline if/otherwise (aka ternary operator) in Velocity? July 23, 2023 by Tarik You can do #set($value = "#if($flag)red#{else}blue#end")