Merge pull request #415 from matej21/latte

Templating: added latte link
This commit is contained in:
Phil Sturgeon
2014-07-26 19:37:47 -04:00

View File

@@ -19,6 +19,7 @@ anchor: templating_further_reading
- [Aura.View](https://github.com/auraphp/Aura.View) *(native)*
- [Blade](http://laravel.com/docs/templates) *(compiled, framework specific)*
- [Dwoo](http://dwoo.org/) *(compiled)*
- [Latte](https://github.com/nette/latte) *(compiled)*
- [Mustache](https://github.com/bobthecow/mustache.php) *(compiled)*
- [PHPTAL](http://phptal.org/) *(compiled)*
- [Plates](http://platesphp.com/) *(native)*