chrismccord / phoenix_haml

Phoenix Template Engine for Haml
MIT License
158 stars 42 forks source link

Escape HTML? #48

Closed chrism2671 closed 3 years ago

chrism2671 commented 5 years ago

I'm just trying to figure out how to paste raw HTML into a HAML file. You can do this with Rails, using :escaped, but it doesn't seem to work here. Any tips would be much appreciated.

Thanks!