{% if results %}
Here you go!
{% else %}
There's nothing here...
{% endif %}
{% for result in results %}
{{ result[0][0][8:] }}
{{ result[0][1] }}
Go here
{% if result[0][2] %}
Last updated: {{ result[0][2] }} {% endif %}
{% if result[1] %}
{{ result[1][0][8:] }}
{{ result[1][1] }}
Go here
{% if result[1][2] %}
Last updated: {{ result[1][2] }} {% endif %}
{% endif %}
{% endfor %}