Reactor.Step.Template
(reactor v1.0.2)
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. SeeEEx#optionsThe default value isfalse.