From c2241977da3972d4fd881a9b5b1031df5673cc5c Mon Sep 17 00:00:00 2001 From: Camilo Castro Date: Fri, 16 Oct 2015 15:10:54 -0300 Subject: [PATCH] added latte template engine --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 61d841b..0375843 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](http://en.wikipedia.org/wiki/Template_Attribute_Language) templating language. * [Plates](http://platesphp.com/) - A native PHP templating library. * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser. +* [Latte](https://latte.nette.org/) - Latte is a template engine which eases your work. + ## Static Site Generators *Tools for pre-processing content to generate web pages.*