Is there a HAML implementation for use with Python and Django

后端 未结 11 518
说谎
说谎 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 08:59

    My project, PyHAML, is a Mako preprocessor that gives you very HAML-like syntax. Some of the Ruby doesn't translate very well to Python, so there are some differences, but the spirit is the same.

提交回复
热议问题