Update README.md

Added Latte to templating tools
This commit is contained in:
Tomáš Klatt 2022-03-21 08:27:31 +01:00 committed by GitHub
parent 0bd56d111a
commit 7714a8cde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.*