This commit is contained in:
Jamie 2022-05-30 22:15:48 +01:00
parent 9547704f93
commit b60273c860
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Templating
*Libraries and tools for templating and lexing.*
* [Latte](https://latte.nette.org/) - The safest & truly intuitive templates for PHP.
* [Latte](https://latte.nette.org/) - The safest and truly intuitive templates for PHP.
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
* [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
* [PHPTAL](https://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.