UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

8 lines (7 loc) 213 B
{% load dojox.dtl.contrib.data %} {% bind_data items to store as google %} {% for item in google %} <span class="search-result"> <a href="{{item.postUrl}}">{{item.titleNoFormatting}}</a> </span> {% endfor %}