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.

9 lines 279 B
<!--{% extends base %}--> {% load dojox.dtl.contrib.dijit %} <!--{% block body %}--> <ul> <!--{% for key, blog in blog_list.items %}--> <li onclick="_showDetail" class="blog-{{ key }}" style="cursor: pointer;">{{ blog.title }}</li> <!--{% endfor %}--> </ul> <!--{% endblock %}-->