Add haml support
Closed this issue · 1 comments
BennyHallett commented
It'd be nice to support haml as a templating language as well as eex
BennyHallett commented
The processing should happen automatically based on the extension, that way a combination of methods could be used seamessly
page.eex
should render to html using EEXpage.html.eex
should render to html using EEXpage.haml
should render to html using HAMLpage.html.haml
should render to html using HAML