view zpt/page_main_text.zpt @ 93:fd2e11a1c369

more changed templates, now with metal:use-macro zogilib mostly working
author casties
date Fri, 09 Apr 2010 20:33:53 +0200
parents 6a4a72033d58
children 36b94254d07e
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <!--  block used for definitions and scripts in head -->
  <metal:block metal:define-macro="head">
  </metal:block>
</head>
<body>
<!-- block used for main content area -->
  <metal:block metal:define-macro="main">
    <div tal:content="structure python:here.getTextPage(mode='text',pn=pageinfo['current'],docinfo=docinfo)"></div>
  </metal:block>
</body>
</html>