My Search
{{ form }}
{% if results %}
{% for result in results %}
{% 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 }}
{{ result.date }}
{{ result.time }}
{{ result.source }}
{{ result.abstract }}
{% endfor %}
{% endif %}