H2O is a template engine written in PHP, human friendly syntax and interface.
Features
1. High readability, Natural syntax, Clean separation between logic, presentation and presentation logic
... [More]
2. Template inheritance, Tags, Filters lead you to reusable code
3. Powerful extension architecture, able to extend features on runtime by filters/tags
4. Compile h2o template into native PHP code
5. H2O has very modular design, you can tailer to need your exact needs.
6. Sandbox template, Handle most template error by H2O engine, server detail won't be exposed, only display data explicitly passed to H2O
Performance
1. Lightweight implementation, minimum run time footprint
2. Compiled into PHP file with minimum file IO
3. Output cache, block level cache
4. Designed [Less]