Web Development 1 min read 105 words

Twig, the definitive template system

ES
Twig, the definitive template system

I have always been very wary when using a template system for PHP, but the arrival of Twig has been quite an event.

With clean and optimized development Fabien Potencier, the creator of Symfony has created a system in which templates are 100% free of code (PHP) and follow the fabulous syntax of Django templates. The result is a powerful and optimized system, since it generates php versions of the templates with code that is hat-worthy.

I am still scratching the surface of this wonder, but with the creation of filters, and adding new functionalities, we will soon have a revamped (internally) version of SevillaPress.