view zpt/JSONHTML_schema_table.zpt @ 34:c237699c4752

wokring on meta types
author casties
date Tue, 31 Aug 2010 17:56:23 +0200
parents 1a4b56716902
children c6c47034d2a4
line wrap: on
line source

<html tal:define="layout python:request.get('layout','pre'); element_id python:request.get('element_id',None)">
  <head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title tal:content="template/title">The title</title>
  </head>
  <body>
  <pre tal:attributes="id element_id" tal:content="python:here.getJsonString(options['data'])"></pre>
  </body>
</html>