yiisoft/yii2-twig

Adding custom twig extensions

ivkremer opened this issue · 2 comments

Hi.

Is it possible to add a custom twig extension? For instance I would like to add a hello extension which would output hello, whatever for {% hello %}whatever{% endhello }%, how can I do this?

Yes. Check Twig docs.

Use 'extensions' option in component configuration.