CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
401 stars 29 forks source link

HTML safe templates. #102

Closed CrowdHailer closed 6 years ago

CrowdHailer commented 6 years ago

This should definitely not be part of the core Raxx project.

I think the best solution would be an EEx.HTML module. Just implement an engine

A solid mustash or other templating solution would work. If so add it to the raxx_kit generated project. If not extract phoenix.HTML into EEx.HTML

CrowdHailer commented 6 years ago

added to raxx_kit by using phoenix_html. good enough for now