Browse Source

fix template guide, twig section

tags/2.0.0-beta
yupe 11 years ago
parent
commit
1f81f36e4e
  1. 2
      docs/guide/template.md

2
docs/guide/template.md

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

Loading…
Cancel
Save