Reactor.Step.Template (reactor v0.12.1)

View Source

A step which renders an EEx template using it's arguments as the assigns.

Options

  • :template (String.t/0) - Required. The EEx template

  • :trim (boolean/0) - Whether to trim whitespace before and after the template. See EEx#options The default value is false.