My Search

{{ form }}
{% if results %} {% if results.has_previous %} Previous {% endif %} Page {{ current_page }} of {{ total_pages}} pages. {% if results.has_next %} Next {% endif %}
    {% for result in results.object_list %}
  1. {% 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 }}

  2. {% endfor %}
{% endif %}