schultyy / Mustache.ex

Mustache templates for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Phoenix.HTML.raw for not escaping safe content

bitboxer opened this issue · comments

It would be awesome if Mustache could detect that I am giving it a {:safe, ...} value that was created with Phoenix.HTML and not escape that value before adding it to the generated output.