# add this to your .dotter/global.toml file: # [helpers] # bool = ".dotter/helpers/bool.rhai" # # use like this: # bool my_condition if params[0] == true || params[0] == "true" { "true" }