add missing closing p tag to flow doc example
This commit is contained in:
parent
2a1cf120c7
commit
a46a74a305
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue