a6eab341c995603582e856edee095fab4e76bbf4.svn-base 354 B

12345678
  1. <div>
  2. <h1><!--{{ title }}--></h1>
  3. <ul style="float: left; width: 100px; height: 300px; margin-right: 20px; border: 1px solid #666;">
  4. <li><a onclick="_showList" style="cursor: pointer;">Home</a></li>
  5. <li><a onclick="_showPage" style="cursor: pointer;" class="page-about">About Jim</a></li>
  6. </ul>
  7. <!--{% block body %}--><!--{% endblock %}-->
  8. </div>