Skip to content

Commit 4f16323

Browse files
authored
Update README.md
1 parent 9cc6a23 commit 4f16323

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,9 @@ stream_list = page.stream.as_list()
380380

381381
```html
382382
<!-- template.html -->
383-
{{ page.stream.as_list }}
383+
{% for b in page.stream.as_list %}
384+
{% include b.template with block_content=b.data.block_content %}
385+
{% endfor %}
384386
```
385387

386388

0 commit comments

Comments
 (0)