http://www.slideshare.net/fabpot
Symfony2 from the trenches:
http://www.slideshare.net/jwage/symfony2-from-the-trenches
Being dangerous with Twig:
http://www.slideshare.net/weaverryan/being-dangerous-with-twig
Being Dangerous with Twig
View more presentations from Ryan Weaver.
Comment tag (do nothing): {# Comment #}
Print tag (show something): {{ 'print me' }}
Block tag (do something): {% set foo = 'hola' %}
Introducing Assetic: Asset Management for PHP 5.3: