Files
archived-symfony-docs/templating/syntax.rst
2017-11-22 19:28:27 +01:00

20 lines
523 B
ReStructuredText

.. index::
single: Templating; Linting
single: Twig; Linting
single: Templating; Syntax Check
single: Twig; Syntax Check
How to Check the Syntax of Your Twig Templates
==============================================
You can check for syntax errors in Twig templates using the ``lint:twig``
console command:
.. code-block:: terminal
# You can check by filename:
$ php bin/console lint:twig templates/article/recent_list.html.twig
# or by directory:
$ php bin/console lint:twig templates/