Twig

The flexible, fast, and secure
template engine for PHP

a Symfony Product
Docs for Twig version 2.x
Switch to another version: 1.x, 3.x
⚠️ Version 2.x is not maintained.

Twig Documentation

Read the online documentation to learn more about Twig.

Twig Reference

Browse the online reference to learn more about built-in features.

Tip

Use short URLs to quickly find docs for any built-in tag, filter, function, or test: https://twig.symfony.com/XXX.

Operators

  • in
  • is
  • Math (+, -, /, %, //, *, **)
  • Logic (and, or, not, (), b-and, b-xor, b-or)
  • Comparisons (==, !=, <, >, >=, <=, ===,
    starts with, ends with, has some, has every, matches)
  • Others (.., |, ~, ., [], ?:, ??)

Twig Reference for Symfony

Symfony provides many more features via the symfony/twig-bridge Composer package.