Merge pull request #624 from Talesoft/master

[templating] Added Tale Jade, a powerful implementation of the Jade template engine
This commit is contained in:
Jad Bitar 2016-04-07 20:37:01 -04:00
commit 96c08729be

View File

@ -170,6 +170,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Plates](http://platesphp.com/) - A native PHP templating library.
* [Smarty](http://www.smarty.net/) - A template engine to complement PHP.
* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
* [Tale Jade](http://jade.talesoft.io/) - A PHP implementation of the Jade template language.
## Static Site Generators
*Tools for pre-processing content to generate web pages.*