view zpt/JSONHTML_schema.zpt @ 41:f94fc5a51a38

Merge with 0c769ba7957ce73c2f97dc15014928df8418fdbc
author casties
date Wed, 01 Sep 2010 21:04:47 +0200
parents 1a4b56716902
children ed8db63fab4f
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>