Commit 5da154ce by Carsten Brandt

Merge pull request #1770 from yupe/master

fix template guide twig section
parents 2433a4d7 1f81f36e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment