views:

41

answers:

1

I hate to explicitly use html/css to build pages. Is there a template language I can use to semantically and quickly describe the layout and content of the page so that later I can generate html and css from it?

I'm planning to use this on a django site (but I guess if such solution already exists for RoR I can always adapt it).

Thanks.

A: 

There's GRHML, which is HAML for Genshi. (Django adapter)

Ignacio Vazquez-Abrams