Iona.template-exclamation-mark
You're seeing just the function
template-exclamation-mark
, go back to Iona module for more information.
Specs
template!( assigns :: Keyword.t() | map(), criteria :: eex_tex_t() | template_opts() ) :: Iona.Template.t()
The same as template/2
, but raises Iona.ProcessingError
if it fails.
Returns the template otherwise.
[title: "An Article", author: "Bruce Williams"]
|> Iona.template!(path: "/path/to/article.tex")
|> Iona.write("/path/to/article.pdf")