Google News
logo
Symfony - Interview Questions
Which template engine Symfony supports?
By default, Symfony uses a twig template engine. Twig is a flexible, fast, secure, and open-source template engine for PHP and originates its syntax from Jinja and Django templates. It is licensed under a BSD License and maintained by Fabien Potencier. However, you are free to use plain PHP code if you want.
Advertisement