mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
fix template guide, twig section
This commit is contained in:
@ -83,7 +83,7 @@ values:
|
||||
Then in your template you can use it the following way:
|
||||
|
||||
```
|
||||
Hello, {{name}}! {{ html.link('Please login', 'site/login') }}.
|
||||
Hello, {{name}}! {{ html.a('Please login', 'site/login') | raw }}.
|
||||
```
|
||||
|
||||
### Additional filters
|
||||
|
Reference in New Issue
Block a user