e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
8 lines
No EOL
354 B
HTML
8 lines
No EOL
354 B
HTML
<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> |