Is there a HAML implementation for use with Python and Django

后端 未结 11 526
说谎
说谎 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:15

    I ran across jade doing some node.js work and when returning to Django was looking for something similar. I found Pyjade and while it's nearly exactly what I'm looking for it handles errors and debugging rather poorly within Django.

提交回复
热议问题