{% if section %} {% set full_path = section.path ~ path %} {% endif %} {% if page %} {% set full_path = page.path ~ path %} {% endif %} {% set thumb = resize_image(path=full_path, width=400, height=400, op="fit") %}