Is there a HAML implementation for use with Python and Django

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

    This doesn't actually answer your question, but the CSS component of HAML, SASS, can be used freely with any framework. I'm using it right now with Django.

提交回复
热议问题