{% set_global image = "../static/temp.jpg" %} {% for asset in recipe.assets %} {% if asset is matching("[img.](jpg|png)$") %} {% set_global image = asset %} {% break %} {% endif %} {% endfor %} {% set image = resize_image(path=image, width=300, height=300, op="fill") %} {{ recipe.title }} {% if recipe.date %}{{ recipe.date | date(format="%d.%m.%Y") }}{% endif %}