{% if results %}

Here you go!

{% else %}

There's nothing here...

{% endif %} {% for result in results %}

{{ result[0] }}

{{ result[1] }}

{% if result[2] %} Last scraped: {{ result[2] }} {% endif %} {% endfor %}