8000 Fixed some syntax issues in Twig Reference by javiereguiluz · Pull Request #4954 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fixed some syntax issues in Twig Reference #4954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reworded the introductory chapter
  • Loading branch information
javiereguiluz committed Feb 3, 2015
commit 5e3e4d56e012fef238a69069c8cc3fd228423520
6 changes: 3 additions & 3 deletions reference/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Twig is the default template engine for Symfony. By itself, it already contains
a lot of built-in functions, filters, tags and tests (learn more about them
from the `Twig Reference`_).

Symfony adds some custom extensions on top of Twig to integrate some components
into the Twig templates. Below is information about all the custom
Symfony adds custom extensions on top of Twig to integrate some components
into the Twig templates. The following sections describe the custom
:ref:`functions <reference-twig-functions>`, :ref:`filters <reference-twig-filters>`,
:ref:`tags <reference-twig-tags>` and :ref:`tests <reference-twig-tests>`
that are added when using the Symfony Core Framework.
that are available when using the Symfony Core Framework.

There may also be tags in bundles you use that aren't listed here.

Expand Down
0