{% set path = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') | trim_end_matches(pat='"') %} {% set base = config.base_url %} {% if 'https' in path %} {% elif '/www_threefold_io' in base %} {% else %} {% endif %}