fix template guide, twig section

This commit is contained in:
yupe
2014-01-04 14:47:02 +04:00
parent 8d2ce64787
commit 1f81f36e4e

View File

@ -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