Is there a HAML implementation for use with Python and Django

后端 未结 11 483
说谎
说谎 2020-12-04 08:42

I happened to stumble across HAML, an interesting and beautiful way to mark up contents and write templates for HTML.

Since I use Python and Django for my web develo

11条回答
  •  粉色の甜心
    2020-12-04 09:05

    I would use this one, it seems to be the most standard one: https://pypi.org/project/HamlPy3/0.83.0/

    Assuming you're using Python3, you shouldn't haver any issues using it with Django, Flask or even standalone.

提交回复
热议问题