{% for row in r %} {% if row.value.name != '' %}

{{row.value.firstName}} {{row.value.lastName}}{% if row.value.img != '' %} {%endif%}

This is a page about {{row.value.name}}. He has a personal homepage located at {{row.value.homepage}}.

{%endif%} {% endfor %} {% for row in r %} {% if row.value.k != '' %}

He knows {{row.value.k}}

{%endif%} {% endfor %}