ChromicPDF.Template.html_concat
You're seeing just the function
html_concat
, go back to ChromicPDF.Template module for more information.
Specs
Concatenes two HTML strings or iolists into one.
From {:safe, iolist}
tuples, the :safe
is dropped. This is useful to prepare data coming
from a Phoenix-compiled .eex
template.
content = html_concat(@styles, render("content.html"))