Updated
This commit is contained in:
9
master/examples/blog_list.html
Normal file
9
master/examples/blog_list.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!--{% 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 %}-->
|
||||
Reference in New Issue
Block a user