summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/dtl/demos/templates/blog_base.html
blob: cc5d150ede03f1b48839bd6b4032ae4c59350a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% load dojox.dtl.contrib.dom %}
<div>
	<h1><!--{{ title }}--></h1>
	<ul style="float: left; width: 100px; height: 300px; margin-right: 20px; border: 1px solid #666;">
		<li><a onclick="_showList" style="cursor: pointer;">Home</a></li>
		<li><a onclick="_showPage" style="cursor: pointer;" class="page-about">About Jim</a></li>
	</ul>
	<!--{% buffer %}-->
	<!--{% block body %}--><!--{% endblock %}-->
	<!--{% endbuffer %}-->
</div>