diff --git a/_posts/08-05-01-Further-Reading.md b/_posts/08-05-01-Further-Reading.md index fd8c160..02f3357 100644 --- a/_posts/08-05-01-Further-Reading.md +++ b/_posts/08-05-01-Further-Reading.md @@ -19,9 +19,10 @@ 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)* - [Smarty](http://www.smarty.net/) *(compiled)* - [Twig](http://twig.sensiolabs.org/) *(compiled)* -- [Zend\View](http://framework.zend.com/manual/2.3/en/modules/zend.view.quick-start.html) *(native, framework specific)* \ No newline at end of file +- [Zend\View](http://framework.zend.com/manual/2.3/en/modules/zend.view.quick-start.html) *(native, framework specific)*