{% if wikipedia_summary %}
{% if wikipedia_summary[2] %}
Wikipedia Summary
{{ wikipedia_summary[0] }}
See more
Retrieved from Wikipedia
{% endif %}
{% 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 %}