BennyHallett/obelisk

Add haml support

Closed this issue · 1 comments

It'd be nice to support haml as a templating language as well as eex

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 EEX
  • page.html.eex should render to html using EEX
  • page.haml should render to html using HAML
  • page.html.haml should render to html using HAML