Reactor.Step.Template (reactor v0.12.1)
View SourceA 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#options
The default value isfalse
.