{% for block in post.content %} {% if block.type == "image" %} {% with src=url_for('content_image_files', filename=block.src) %} {% include "components/image.html" %} {% endwith %} {% elif block.type == "text" %} {{ block.value }} {% endif %} {% endfor %}