Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable html escaping in overlay templates
The mustache template engine escapes HTML entities by default. This is quite annoying since we are not generating HTML pages in a web application. This problem was already referenced in #497. Now that bbmustache supports a way to disable escaping by default, there is no reason not to do it. Additionally, escaping is already disabled in rebar3 templates (see fe8626ff7de635cc84da61b8b3deb553fe9572c9), so having both templating systems behave the same way makes sense.
- Loading branch information