Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which haml-in-django implementation?

I'd rather like to use something like HAML in django, but it seems there are a few alternatives, and I can't really tell the difference between them:

  • hamlpy
    I'm leaning towards this one, and djaml makes it easy to use

  • dmsl
    Also known as 'damsel', not sure how it differs from hamlpy,
    Announced here, has a nice looking website :)

  • shpaml
    Seems more general, but can be used to generate templates

  • pamela
    Looks similar to shpaml

Can anyone share their experiences?
Which of these is best/easiest to use with django?
Thanks.

edit: Thanks to true_religion,

  • nemo

  • pyhaml

like image 747
Chris2048 Avatar asked Sep 13 '11 23:09

Chris2048


1 Answers

I think hamlpy is the best choice, simple, fast, does all one would expect from an abstraction language. http://www.reddit.com/r/django/comments/k9afb/html_the_easy_way/

like image 98
Tom Avatar answered Nov 14 '22 05:11

Tom