Hi there, > I'm interested in using TurboGears 2, but I cannot see any help on using > any implementation of HAML (preferrably hamlpy or hamlish_jinja), which > is something I can't live without. Well, I think the reason there is no documentation on that is simply that nobody had this requirement up to now.
I would assume that using hamlish_jinja would be easier, since plain jinja is already supported by TurboGears, so you just have to figure a way to enable the extension. As I always say: Use the source, luke: https://github.com/TurboGears/tg2/blob/master/tg/configuration/app_config.py#L627 So it should be sufficient to set base_config.jinja_extensions = [HamlishExtension] in your app_cfg.py. > Note to moderators: it's about the 5th time I ask this. If you consider > this comment to be spam, please tell me why, because I see no problem on > it. Thanks. Well if that's the case, your message never made it through before, this is the first time, I see something about HAML. How did you ask before? Cheers, Moritz -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/groups/opt_out.

