Outputs the yielded content if any of the conditions are met
{{#or "" "b" ""}}This will be output{{/or}} -> "This will be output"
{{#or "" 0 ""}}This will not be output{{/or}} -> ""
See also if~||
- Source:
Outputs the yielded content if any of the conditions are met
{{#or "" "b" ""}}This will be output{{/or}} -> "This will be output"
{{#or "" 0 ""}}This will not be output{{/or}} -> ""
See also if~||