]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/dtl/demos/templates/blog_detail.html
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / dtl / demos / templates / blog_detail.html
1 <!--{% extends base %}-->
2
3 <!--{% block body %}-->
4 <div>
5 <h3><!--{{ blog.title }}--></h3>
6 <div><small>posted on <!--{{ blog.date|date }}--> by <!--{{ blog.author }}--></small></div>
7 <p><!--{{ blog.teaser }}--></p>
8 <p><!--{{ blog.body }}--></p>
9 </div>
10 <!--{% endblock %}-->