{% comment %}
Notice we are using {{ result.clickurl }} instead of
{{ result.url }}. You might wonder why we are doing
that, and the answer is pretty simple: because thats
what Yahoo is asking us to.
http://developer.yahoo.com/search/boss/boss_guide/univer_api_query.html#url_vs_clickurl
{% endcomment %}
{{ result.title|safe }}
{{ result.date }}
{{ result.time }}
{{ result.source }}
{{ result.abstract|safe }}
{% endfor %}