Twig
The flexible, fast, and secure template engine for PHP
Date Format Example
{{item.date_published|date("j F Y")}}Uppercase Example
{{item.title}} {{item.title|upper}}Generate a Clean Text Excerpt
{{ item.body|striptags|split(' ')|slice(0, 32)|join(' ') ~ ' ...' }}Useful Resources
Last updated
Was this helpful?

