What options are there for splitting UI layout from code logic using a markup language?
- by Daenyth
What tools similar to GWT's UIBinder exist in other languages? By this I mean a system where you can define your UI layout in a markup language (preferably html+css) and attach the functionality to the layout using the code. I'm most interested in anything for python, but answers in other languages would interest me as well.
I'm interested because…