Read the online documentation to learn more about Twig.
Browse the online reference to learn more about built-in features.
Tip
Use the website short URLs to quickly lookup for any built-in
tag, filter, function, or test: write a URL like
https://twig.symfony.com/XXX
where
XXX
is what you are looking for, and you will be
redirected to the most relevant page. These shortcuts also
makes easy to type in a link in a mailing-list post, an IRC
conversation, or a blog post.
Tip
When using Twig inside Symfony applications, there are many other functions and filters available, such as path() to generate URLs, form() to render forms, asset() to manage CSS and JavaScript assets and trans to translate contents.