From 2bd530261af12298c39a4ea5861fc6a793fdbf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Kri=C5=A1ka?= Date: Tue, 15 Jul 2014 14:36:43 +0200 Subject: [PATCH] Added Latte template engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b63c7d5..e6be144 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language. * [Plates](http://platesphp.com/) - A native PHP templating library. * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser. +* [Latte](https://github.com/nette/latte) - Secure, fast and customizable template engine with Context-Aware escaping. ## Static Site Generators *Tools for pre-processing content to generate web pages.*