Browse Source

Merge pull request #1770 from yupe/master

fix template guide twig section
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
5da154ce14
  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: 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 ### Additional filters

Loading…
Cancel
Save