Merge a46a74a305e8570db4992ce0bc28d0e8d891902d into 56c0c566dcdde20bd14987c621e4ffda17ceb53d

This commit is contained in:
Brian Cappello 2017-04-17 20:04:07 +00:00 committed by GitHub
commit c776b336a9

View File

@ -99,7 +99,7 @@ using their templates:
```html+jinja
{% for blk in this.demo_flow.blocks %}
{% if blk._flowblock == 'text' %}
<p>{{ blk.text }}
<p>{{ blk.text }}</p>
{% elif blk._flowblock == 'image' %}
<img src="{{ blk.image }}" alt="{{ blk.alt }}">
{% endif %}