Comment on Flask 0.7 Released (Python Web Framework)parentComments−rlander15yThere's hamlish-jinja which is a preprocessor for haml-like[1] syntax for Jinja.The project with the most traction seems to be HamlPy[2], but it's limited to Django templates.The only generic implementation of Haml in Python that I'm aware of is PyHAML[3], but I have never used it.[1] https://github.com/Pitmairen/hamlish-jinja [2] https://github.com/jessemiller/HamlPy [3] https://github.com/mikeboers/PyHAML
Comments
There's hamlish-jinja which is a preprocessor for haml-like[1] syntax for Jinja.
The project with the most traction seems to be HamlPy[2], but it's limited to Django templates.
The only generic implementation of Haml in Python that I'm aware of is PyHAML[3], but I have never used it.
[1] https://github.com/Pitmairen/hamlish-jinja [2] https://github.com/jessemiller/HamlPy [3] https://github.com/mikeboers/PyHAML