mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
Merge a46a74a305e8570db4992ce0bc28d0e8d891902d into 56c0c566dcdde20bd14987c621e4ffda17ceb53d
This commit is contained in:
commit
c776b336a9
@ -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…
x
Reference in New Issue
Block a user