Phoenix.HTML v2.13.4 Phoenix.HTML.Engine View Source
This is an implementation of EEx.Engine that guarantees templates are HTML Safe.
The encode_to_iodata!/1
function converts the rendered
template result into iodata.
Link to this section Summary
Functions
Encodes the HTML templates to iodata.
Link to this section Functions
Link to this function
encode_to_iodata!(body) View Source
Encodes the HTML templates to iodata.