{% with link=value.link.0 %} {% if link.block_type == 'page' or link.block_type == 'document' %} {% firstof value.text link.value.title %} {% else %} {% firstof value.text link.value.url %} {% endif %} {% endwith %}