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