How to bind a (for instance) percent operator from strutils in template?
import strutils template mytempl = bind `%` Run
import strutils template mytempl = bind `%`
gives "Error: newline expected, but found '`'"