aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/dtl/demos/templates/blog_base.html
blob: 1438a6b15a3ec529bd88d2778d0b663b33219b0a (plain)
1
2
3
4
5
6
7
8
<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>
	<!--{% block body %}--><!--{% endblock %}-->
</div>