I am looking for a templating engine with these specific requirements in mind:
Must have:
- logic support (if/else/etc)
- inclusions of files / inheritance (i.e. child/master templates)
- not HAML
Desirable:
- rich tags/filters (a-la Django)
- custom tags/filters