{% 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 %} {{ recipe.title }} {% if recipe.date %}{{ recipe.date | date(format="%d.%m.%Y") }}{% endif %}