Merge pull request #89 from bameda/patch-1

Fix a typo
This commit is contained in:
Armin Ronacher 2016-04-11 15:07:55 +02:00
commit 39a4baa6a8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ query. If no such record can be produced, `None` is returned.
## Example
```html+jinja
{% first_visible = this.children.first() %}
{% set first_visible = this.children.first() %}
{% if first_visible %}
<h2>Explore More ...</h2>
<p>{{ first_visible.title }}