From 7714a8cde7cf970829580c1a885cb1dbccb2869e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Klatt?= Date: Mon, 21 Mar 2022 08:27:31 +0100 Subject: [PATCH] Update README.md Added Latte to templating tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af1c1fb..83d403d 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Plates](http://platesphp.com/) - A native PHP templating library. * [Smarty](https://www.smarty.net/) - A template engine to complement PHP. * [Twig](https://twig.symfony.com/) - A comprehensive templating language. +* [Latte](https://latte.nette.org/) - The safest & truly intuitive templates for PHP ### Static Site Generators *Tools for pre-processing content to generate web pages.*