Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Sep 27, 2024
1 parent f1ff3ca commit 1d8d4b6
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ Twig: a flexible, fast, and secure template engine.

Starting from Symfony 5.0, PHP templates are no longer supported.

.. _twig-language:
Installation
------------

Twig Templating Language
------------------------
In applications using :ref:`Symfony Flex <symfony-flex>`, run the following command
to install both Twig language support and its integration with Symfony applications:

.. code-block:: terminal
To intsall Twig, run:
$ composer require symfony/twig-bundle
.. code-block:: bash
.. _twig-language:

composer require symfony/twig-bundle
Twig Templating Language
------------------------

The `Twig`_ templating language allows you to write concise, readable templates
that are more friendly to web designers and, in several ways, more powerful than
Expand Down

0 comments on commit 1d8d4b6

Please sign in to comment.