Emmett-HAML is an Emmett framework extension providing an HAML like syntax for templates. This is not a template engine but a compiler which converts HAML files to HTML Renoir templates.
You can install Emmett-HAML using pip:
pip install emmett-haml
And add it to your Emmett application:
from emmett_haml import Haml
app.use_extension(Haml)
Emmett-HAML is released under BSD license. Check the LICENSE file for more details.